In case you've missed it, you are looking at an older version of the website. Checkout our latest version, we promise you will love it 😍

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');
or else:
 $crud->unset_texteditor(array('description','full_text'));