folling this discussion and this link, I learnt that by adding document.domain = \'mydomain.com\'; to the tinyMCE initializer file and tiny_mce_popup.js i can overcome the cross domain problem.
Seems like a simple problem, I have a form and when someone needs to edit data, the textarea that is controlled by TINYMCE loads the values, but when I change it and submit the form, the new changes a
I am using tiny mce with a script I built for uploading some content to a blog like system. Whenever I add a link via tiny mce I get this error. The field type in mysql for $content which is the one c
I have two apps using the same TinyMCE textarea configurations. However, while an input i开发者_StackOverflow社区n an app does output the text properly, the same input in another app does not output t
I changed my css in /tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css scrollbar-base-color: #32332E;
I have an application that allows the user to cre开发者_如何学Pythonate an article.The problem arises when the user pastes from something like Word which comes loaded with a bunch of markup.
I\'m currently using TinyMCE 3.3 on a drupal site, with an annoying problem. Us开发者_如何转开发ing both \"paste from word\"-button or \"Force cleanup on paste\" in Firefox cause TinyMCE to insert l
Is there a way to add TinyMCE into my开发者_开发知识库 own WordPress plugin? I have a textarea in my back end script and want to make this area into a TinyMCE WYSIWYG editable field. Is there a way t
As with the title in Chrome (v.4.1) multiple tinyMce开发者_如何学运维 (v2.08) instances do not work. To be exact the first two instances are ok, the others not, and chrome gives this error:
I wanted to use a Rich Text Editor for a text area inside an update panel. I found this post: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors via this question: