Skip to content

WYSIWYG doesn't work

First of all, check your license type. WYSIWYG control is not available in Lite or Basic edition.

The field needs to be a text data type, if not, you must set the edit type to textarea first, then phpGrid will convert it to wysiwyg.

$dg->set_col_edittype("news", "textarea"); 
$dg->*set_col_wysiwyg('news');


Feedback and Knowledge Base