You are here

Files in Wysiwyg Linebreaks 6

Primary tabs

File namesort descending Location Namespace Description
convert_linebreaks.css plugins/convert_linebreaks/convert_linebreaks.css /* Nothing to see here. */
linebreaks.css plugins/linebreaks/linebreaks.css /* Nothing to see here. */
linebreaks.inc plugins/linebreaks.inc Implement Wysiwyg module hooks.
README.txt README.txt ## SUMMARY ## This module allows you to use wysiwyg editors on legacy content that may not already have HTML formatting applied, and also allows you to keep your nodes free of extraneous HTML formatting, instead relying on Drupal's input…
wysiwyg_linebreaks.css wysiwyg_linebreaks.css /* Remove toolbar button from Wysiwyg Editor toolbars. */ .cke_wrapper .cke_toolgroup .cke_button .cke_button_linebreaks, /* CKEditor */ .text-format-wrapper .wysiwygToolbar .mce_linebreaks /* TinyMCE */ { display: none; }
wysiwyg_linebreaks.info wysiwyg_linebreaks.info name = Wysiwyg Linebreaks description = Plugin to allow legacy content editing and more sane formatting in Wysiwyg Editors. package = User interface core = 6.x dependencies[] = wysiwyg
wysiwyg_linebreaks.module wysiwyg_linebreaks.module Module adds a Wywisyg API plugin that converts p and br tags to linebreaks, and vice-versa.

Other projects