Click here to Skip to main content
15,879,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all.

Please Help me.
I use ckeditor_4.2_full in my mvc3 website.it works when I test it on my pc.(in FireFox and Chrome).But when I upload my website on server, not show anything where it must be exist.why this happens?

I ref it in head of page :
HTML
<script src="@Url.Content("~/ckeditor/ckeditor.js")" type="text/javascript"></script>


and use in body this:
HTML
@Html.TextAreaFor(model => model.Description, new { @class = "ckeditor", @id = "text-details" })

thanks.
Posted
Updated 22-Jul-13 0:55am
v3
Comments
Dholakiya Ankit 22-Jul-13 6:31am    
is it problem of missing ckeditor.js?
monika dixit 22-Jul-13 6:33am    
have u added dll of ckeditor properly?
abbaspirmoradi 22-Jul-13 6:40am    
I can't fint dll for ckeditor 4.x but i add dll of 3.6 but problem not solved.
abbaspirmoradi 22-Jul-13 6:39am    
No ,I checked. ckeditor.js exist.

1 solution

finally I find solution and my problem Solved.If you have same problem see this
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900