I need to have the following HTML code:
<div id="boxContainer"></div>
but the editor removes all "empty" situations!
Posted on 22 January 2012.
I need to have the following HTML code:
<div id="boxContainer"></div>
but the editor removes all "empty" situations!
Posted in JavaScript - AjaxComments (0)
Posted on 04 October 2011.
This example shows you how to setup TinyMCE to produce different results for it’s URLs in images and links. You can read more about these config options in the TinyMCE FAQ
Posted in ProgrammingComments (0)
Posted on 30 March 2011.
This example shows how to include and exclude specific textareas from being converted by adding classes to them and using the editor_selector and editor_deselector config options.
Posted in JavaScript - AjaxComments (0)
Posted on 19 November 2010.
Nice Simple Blog Tinymce Configuration! Read the full story
Posted in JavaScript - AjaxComments (0)
Posted on 19 May 2009.
The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset.
This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The default rule set for this option is specified below. Read the full story
Posted in HTML - XHTML, JavaScript - AjaxComments (0)
