I\'ve been trying to get the TinyMCE spellchecker working with my Pylons app. My first problem is actually 开发者_开发知识库capturing the post data in the first place. Firebug tells me that the follow
I am tryingto implement Rich tex开发者_开发知识库t editor like http://tinymce.moxiecode.com/
This is weird: I have installed and configured django-tinymce, but it doesn\'t seem to work with django admin.
Does anyone know if there is a way I can dynamically load and unload a TinyMCE plugin after TinyMCE has alre开发者_开发问答ady been loaded? Specifically, I\'m thinking about asking the user whether or
Hi is there a way that the content entered via TinyMCE isn\'t affected by the site\'s css? I want it that way because I want to display the content exactly as the user has entered in the editor. Thank
I\'m using TinyMCE on the text-areas in my Magento admin section. I have my TinyMCE editor visible form the start, but I want the option to disable/re-enable it.
I have written an admin panel for my site (im beginner in php). In content.php I have insert tinyMCE editor. I want to uplo开发者_开发技巧ad images from editor.
I have a problem as follows: We\'re using a rich text editor (TinyMCE, but that\'s not important here, I think) in our application. Now, with Internet Explorer 8, we\'ve noticed that if you type in co
I\'m working on my first symfony project (it\'s great !), i am using the sfWidgetFormTextareaTinyMCE widget for a form in the backend (to display the WYSIWYG).
My TinyMCE init looks like this: var tinymce_advanced_options = { mode : \"textareas\", theme : \"advanced\",