At the moment I have this: tinyMCE.init({ // General options mode : \"exact\", elements : \"fkField, lkField, ukcField, khField\",
I have a javascript code like this. after_add_content_for_popup = \"<div><div><textarea name=\'notes\' rows=\'10\' cols=\'17\' class=\'rich\' id=\'parent_note_content\'>\"+noteconte
In my asp.net site I have TinyMce editor and for spell checking I have included AtD (after the deadline) spellcheck plugin in it.
I\'m using tabs component of JQuery UI 1.8, and I\'m loading content of tabs via ajax (html content). In one of this tabs I\'m using tinyMCE component, and when I load this tab the first time, the tin
I have TinyMce to compose emails in my asp.ne开发者_StackOverflow中文版t page, it is working fine but in Google Chrome no tools (font size, font name, text color etc for example) are working. They wor
I have a TinyMCE installation on a CMS and the users have been pasting in images which are of the inline data type. This kind of thing:
I have a page where we can add any number of widgets containing tinyMCE editor. When I add the first widget the editor works fine. If I try to add a second widget or more the editor of the second widg
I am trying to prepare a sample question paper preparation app. I am using tinyMCE editor and ajax-file-uploader plugin with it - as some questions may need images along with text.
I am just wondering if there is a simple solution already to the problem of turning selected content in tinymce to upperCase letters.
Tinymce editor is 开发者_C百科not rendering editor properly when the content is something like <textarea><p><sample data></p></textarea>