Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This plugin adds fullpage editing support. This enables you to edit whole documents with both head and body.
| Name | Summary |
|---|---|
| [fullpage_default_doctype] | This option enables you to specify the default doctype for the output HTML. |
| [fullpage_default_encoding] | This option enables you to specify the default encoding for the output HTML. |
| [fullpage_default_title] | This option enables you to specify the default title for the output HTML. |
| [fullpage_default_font_size] | This option enables you to specify the default font size for body element. |
| [fullpage_default_font_family] | This option enables you to specify the default font family for body element. |
| [fullpage_default_text_color] | This option enables you to specify the default text color for body element. |
| [fullpage_default_langcode] | This option enables you to specify the default langcode for the output HTML. |
| [fullpage_default_xml_pi] | This option enables you to specify if a XML declaration should be added or not true/false option. |
| fullpage_hide_in_source_view | Hides the non body content from source view. |
tinymce.init({
plugins: "fullpage",
toolbar: "fullpage"
});