function theme_editor_spacer in Editor 6
Same name and namespace in other branches
- 5 editor.module \theme_editor_spacer()
Theme a spacer.
Return value
string Markup.
1 theme call to theme_editor_spacer()
- editor_display_toolbars in ./
editor.module - @todo: handle different toolbars etc? or all themeing?
File
- ./
editor.module, line 493 - Extendable WYSIWYG editor @author Tj Holowaychuk <http://www.350designs.com/> @package Editor
Code
function theme_editor_spacer() {
return '<div class="editor-spacer"></div>';
}