You are here

function bueditor_settle in BUEditor 7

Same name and namespace in other branches
  1. 5 bueditor.module \bueditor_settle()
  2. 6.2 bueditor.module \bueditor_settle()
  3. 6 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 86
Implements the necessary hooks for the editor to work properly.

Code

function bueditor_settle($editor) {
  bueditor_inc();
  return _bueditor_settle($editor);
}