Hello, what is the step to display the ck editor. Do I just place the folder inside my root folder, and what is the code to call the ck editor? i cannot find one in the documentation
actually when I display it in server it works fine, so right now I feel its ok, I will get back to the pc problem later, right now I have problem viewing the image when the image url is given, it doesnt display the image, only a small colored box. I copy
all the files in the folder and place it into the root folder and the all the code from the full example into my source file, so I am not sure what to do, please help me.
colol
Member
117 Points
542 Posts
Help in using ckeditor
Dec 20, 2012 12:58 AM|LINK
Hello, what is the step to display the ck editor. Do I just place the folder inside my root folder, and what is the code to call the ck editor? i cannot find one in the documentation
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 20, 2012 01:11 AM|LINK
Hello, now I have an error when I try running ckeditor from MSVWD, it says CKEDITOR undefined. Please help me. This is where the error is shown:
oned_gk
All-Star
31764 Points
6492 Posts
Re: Help in using ckeditor
Dec 20, 2012 01:14 AM|LINK
try
place ckeditor dll to bin folder
in toolbox right click and add then browse to the dll file
drag ckeditor from toolbox to yourpage
Primillo
Star
8731 Points
1681 Posts
Re: Help in using ckeditor
Dec 20, 2012 02:39 AM|LINK
Also you can use the html editor that ships with ajax control tool kit
Primillo
http://www.facebook.com/programandopuntonet
Primillo
Star
8731 Points
1681 Posts
Re: Help in using ckeditor
Dec 20, 2012 02:42 AM|LINK
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditor/HTMLEditor.aspx
Primillo
http://www.facebook.com/programandopuntonet
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 20, 2012 02:45 AM|LINK
actually when I display it in server it works fine, so right now I feel its ok, I will get back to the pc problem later, right now I have problem viewing the image when the image url is given, it doesnt display the image, only a small colored box. I copy all the files in the folder and place it into the root folder and the all the code from the full example into my source file, so I am not sure what to do, please help me.
oned_gk
All-Star
31764 Points
6492 Posts
Re: Help in using ckeditor
Dec 20, 2012 03:08 AM|LINK
Maybe you need deferent relative url between server and pc
try change relative url like "yourappname/image .........."
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 20, 2012 04:24 AM|LINK
have u tried the ckeditor? what did you need to apply to display the image??
oned_gk
All-Star
31764 Points
6492 Posts
Re: Help in using ckeditor
Dec 20, 2012 06:12 AM|LINK
I have been using FCKEditor (not CKEditor)
I ever got same problem about 6 years ago,
I try to compare what deferent url in devepment and deployment.
You can compare yourpage url.
After i change all path related to FCKEditor in development then both work.
colol
Member
117 Points
542 Posts
Re: Help in using ckeditor
Dec 20, 2012 06:15 AM|LINK
What do you mean by change all path related to FCKEditor in development? Can give me example?