I have to use the HTML 5 data attribute in Tiny MCE, but the editor always clear them, as it\'s not an attribute known by the default valid_elements configuration.
I am just wondering if there is a simple solution already to the problem of turning selected content in tinymce to upperCase letters.
I am facing a problem with saving large 开发者_开发百科content in the backend. I want restrict the users with a mximum number of characters.
I want to build a custom CMS where users a Rich text editor is the main way to create content rather than wiki markup.
I found this code: ed.windowManager.open({ file: url + \'/youtube.htm\', width: 320 + parseInt(ed.g开发者_C百科etLang(\'example.delta_width\', 0)),
TinyMce by default try to close html tags in rawHTML editor mode. For example: <p>sample text<strong>text</p>
I have a simple implementation of the YUI Rich Text Editor, it allows font, font size, bold, underline, italic, strikthrough, bac开发者_JAVA百科kground color, text color, ordered and unordered lists,
i want to render a YUI2 Rich Text Editor with some preloaded text. But the cursor is always in the first position of the text. How can i set it at the end of the t开发者_C百科ext?
I\'m making a very simple Rich Text Editor using jquery... I don\'t want to use a third-party one. I need to listen for events within an iframe (same domain etc), starting with typing. Apparently I\'
I\'m creating a rich text editor. Basically I have an iframe with design mode enabled.I\'d like it to automatically resize when the user get near the bottom of the iframe while typing, or pasting tex