Does anybody use a TinyMCE plugin for inserting < !--break--> in the text field? When TinyMCE is enabled, after I complete my writing, I have to disable it and add < !--break--> manually. But my users are confused about it.
I need a plugin that automatically inserts < !--break--> in the text field and shows some sort of breaking line there.
Comments
Comment #1
formicin commentedIt is included in the module file
Introduction
------------
This tinyMCE plugin is designed to be used in conjunction with the Drupal CMS
More details available at http://drupal.org.
This plugin adds two buttons to the tinyMCE toolbar. One button inserts a visible
tag into the editor. This effectively splits the teaser and body of a story
in Drupal 4.6 or higher. The other button inserts a
tag. This is
made to be used with the paging module .
Installation
------------
1. Copy the drupalbreak directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
2. Open up plugin_reg.php and add the following lines to end of that file:
$plugins['drupalbreak'] = array();
$plugins['drupalbreak']['theme_advanced_buttons3'] = array('drupalbreak', 'drupalpagebreak');
3. Then enable this plugin under Admin > Settings > TinyMCE, under the Buttons & Plugins section