unset_texteditor
void unset_texteditor(string $var [, string $var [, string $... ] ] )
Quick Description: Unsets the texteditor of the selected fields
Unsets the texteditor of the selected fields
Example:
$crud->unset_texteditor('description','full_text');
$crud->unset_texteditor(array('description','full_text'));