function bueditor_textarea in BUEditor 6.2
Same name and namespace in other branches
- 5 bueditor.module \bueditor_textarea()
- 6 bueditor.module \bueditor_textarea()
- 7 bueditor.module \bueditor_textarea()
Integrate the editor into textareas.
1 string reference to 'bueditor_textarea'
- bueditor_elements in ./
bueditor.module - Implementation of hook_elements().
File
- ./
bueditor.module, line 66 - Implements the necessary hooks for the editor to work properly.
Code
function bueditor_textarea($element) {
bueditor_inc();
return _bueditor_textarea($element);
}