I am using an iframe and i have a tinymce UI button. When the button gets pushed i remove a stylesheet from th开发者_StackOverflow社区e iframes head (and i add another stylesheet). This works.
I am trying to write a module with IPWEditor with jQuery. The main task is to be able to drag a div around and the div will be editable with Tinymce when a user double clicking on the div, another th
I\'ve got this weird problem with my TinyMCE. I\'ve made a FORM with the tinyMCE editor, no errors returned, works fine. But, when i make an ajax call, inserting some text into the database the text w
How to let tiny MCE pic image from my desktop or other folder from My computer rather than referencing it from other开发者_StackOverflow社区 website?
My plugin doesnt show up in tinymce even though I can see it getting called.Anyone see what Ive missed?
I\'ve used this plugin: https://github.com/RichGuk/syntaxhl to get syntaxhighlighter support via tinymce. this works fine (i dont see the highlighter at time of editing, but thats no problem)
In tinyMCE, Is there any way to get the开发者_高级运维 plain text instead of HTML text?Try this:
One of my users has a major frustration with the undo feature in tinyMCE. Instead of undoing the last minor change, it undoes many changes. Is this a timing thing were a snapshot is taken every few se
i\'m trying, But it strip its :S My Tinymce init: // General options tinyMCE.init({ // General options mode : \"textareas\",
im trying to use TinyMCE as part of a web form. Integration works fine, but once you submit the form, of course the data will be validated.