Its possible with TinyMCE to define custom URL converter logic as defined in this page. Using the url_converter callback you can define a JavaScript function that will handle URL conversions. The docu
I need to give my client the ability to change his pages through tinyMCE. Trouble is these pages contain s开发者_开发百科ome php script and tineyMCE strips the php script : infact it adds some HTML co
AFAIK, TinyMCE is supposed to be self-sufficient XSS-wise, as its editor prevents anything that could be used for XSS.
I`m using tinymceforthe textarea .The php code that adds the content to database is below: mysql_select_db(\'rough_site\');
How I ca开发者_JAVA百科n detect that there was a change in the rich text editor in the Edit Post page?
When I load the page with tinyMCE I get the following errors: \"NetworkError: 404 Not Found - http://localhost:3000/users//langs/en.js\"
After selecting an Image from \'Image list\', there shows the image \'Preview\' and a \'Dimensions\' dropdown, with default value \'Original\' selected.
I am using the TinyMCE image manager plugin Archiv. I configured as recommended in config.base.php, if I set
I am using following javascript code to convert double <br> into paragraph. paste_preprocess : function(pl, o) {
I have included TinyMCE into my site. The TinyMCE data gets stored in a column called \"post\" which is of 开发者_如何转开发type \"Text\" which is what it says to set the column type to in the manual