I need to have the following HTML code: <div id="boxContainer"></div> but the editor removes all "empty" situations!
Tag Archives: TinyMCE
URL conversion
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
tinymce > Class selectors/deselectors
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.
Tinymce Simple Configuration
Nice Simple Blog Tinymce Configuration!
TinyMCE: Configuration/valid elements
Option: valid_elements 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 …