function bueditor_settle in BUEditor 6.2
Same name and namespace in other branches
- 5 bueditor.module \bueditor_settle()
- 6 bueditor.module \bueditor_settle()
- 7 bueditor.module \bueditor_settle()
Include necessary js and css files for editor settlement.
2 calls to bueditor_settle()
- bueditor_editor_theme in admin/
bueditor.admin.inc - Editor form theming.
- bueditor_preset_textarea in ./
bueditor.inc - Insert textarea id into preset of the editor.
File
- ./
bueditor.module, line 74 - Implements the necessary hooks for the editor to work properly.
Code
function bueditor_settle($editor) {
bueditor_inc();
return _bueditor_settle($editor);
}