I have downloaded the CKeditor. But I don\'t know how it implements in my h开发者_StackOverflowtml form. Does any one know?read the manual? Installation
I am trying to implement the CKEditor inside an JQuery UI Dialog, when the dialog opens first time it works perfect.
i want to gzip ckeditor.jsand i changed extension from js to php and added this line to ckeditor.js.php file
Good day to all. I nee开发者_JS百科d to put a class on paragraph tags in ckeditor. Inside config.js I added:
I am using CKEditor to be able to edit comments to posts. I am also using JQuery. Because there can be multiple comments per post I\'m trying to keep it all class based.
I have a wordpress site, and i create a box at admin area dashboard which contain a text area, and now i want my textarea implement ckeditor, does anyone knows how to do it?
When I have ... <textarea name=\"ta1\" id=\"ta1\" cols=\"50\" rows=\"5\"></textarea> <script type=\"text/javascript\">
I\'m using CKEditor (currently using ver. 3.4.1 - I can upgrade if it\'s necessary) and I\'m missing a possibility to use the <code> tag, either from the Format dropdown or via a button on the t
Hey, I\'m usin开发者_如何学Gog jquery, ajax and CKEditor: $( \'.ckeditor\' ).ckeditor(); The first time the page is loaded through ajax the ckeditor() is fired off without a hitch.The second time i
I\'m having a problem with CKEditor not functioning properly. I have an SWT Java app running in Ubuntu. The app uses a Browser object to display an HTML page in the project which does nothing but disp