I\'m using CKeditor but I\'m not working out how to create the php file that stores editing textareas in MySql DB.
I have two simple models Question and Choice (one question has multiple choices). I have used inline formset to add Choices along with adding Questions (through modelAdmin functionality).
I\'m working with the CKEditor and jQuery and I\'d like to toggle a flag to true whenever a user changes the value of a field. One of those fields is a CKEditor instance.
When I save a document in CKEditor (CKEditor 3.5.2), the saved HTML is right. But when I open that HTML again for editing (putting the HTML in a textarea and then load CKEditor), CKEditor parses the s
Here is the scenario. I want to use CKEditor for a rich text field on a form, but for whatever reason I cannot get the contents from the textarea to the server and back to the page without encoding pr
I am trying to create a plugin for CKEditor. As ckeditor creates Iframe for each textarea we want to convert as rich text editor, I want to know the name or id of that iframe.
Can anyone recommend a module开发者_开发知识库 or other Drupal add-on that can be used to format code nicely like I see on a lot of blogs and websites? Ideally something that would integrate with CKed
I\'m trying to write a plugin, that adds an additional tab (page) to the image dialog. I don\'t want to change the dialog\'s source itself, but enhance it with the plugin.
I\'m trying开发者_如何学Python to configure CKEditor so that it could embed YouTube videos directly... I saw there\'s a proposed patch but I want to keep the original CKEditor distribution as it is, s
I am working with ckeditor and we build an custom plugin to define an link to an anchor on a page. Now when i try to get all the anchors on my page nothing is returned.