You are here

function bueditor_textarea in BUEditor 7

Same name and namespace in other branches
  1. 5 bueditor.module \bueditor_textarea()
  2. 6.2 bueditor.module \bueditor_textarea()
  3. 6 bueditor.module \bueditor_textarea()

Integrate the editor into a textarea element.

1 string reference to 'bueditor_textarea'
bueditor_element_info in ./bueditor.module
Implements hook_element_info().

File

./bueditor.module, line 78
Implements the necessary hooks for the editor to work properly.

Code

function bueditor_textarea($element, $form_state) {
  bueditor_inc();
  return _bueditor_textarea($element, $form_state);
}