Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(Requires: 3.0)
Adds pagebreak support, some CMS systems uses a special separator to break the contents into pages. This plugin enables you to insert such page breaks in the editor.
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "pagebreak",
pagebreak_separator : "<!-- my page break -->"
});
| Name | Summary |
|---|---|
| [pagebreak_separator] | Enables you to specify how the page break should be generated in the HTML source code. |
You must allow your img tags to have the class attribute in order for this plugin to work correctly. If you are overriding the default valid_elements, make sure you include something like:
img[src|border|alt=|title|width|height|align|class]
Search documentation.
If you need support, premium support is available as part of TinyMCE Enterprise.
The WYSIWYG editing component for developers anywhere, everywhere, anytime and with any content.