7.0beta Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Tue, 09 Mar 2021 16:51:14 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 WYSIWYG editor with font colorpicker https://phpgrid.com/example/wysiwyg/ Tue, 30 Aug 2016 03:16:57 +0000 http://phpgrid.com/?p=9020 Font colorpicker is now built right into the phpGrid Wysiwyg editor for both inline and form edit mode. By default, a text field is a simple plain textarea. Call set_col_wysiwyg() to enable the Wysiwyg feature. Note that the field must be a text data type. You can use set_col_edittype() function to change the edit type […]

The post WYSIWYG editor with font colorpicker appeared first on phpGrid - PHP Datagrid.

]]>

Font colorpicker is now built right into the phpGrid Wysiwyg editor for both inline and form edit mode. By default, a text field is a simple plain textarea. Call set_col_wysiwyg() to enable the Wysiwyg feature.

Note that the field must be a text data type. You can use set_col_edittype() function to change the edit type to “textarea” first.

1
$dg -> set_col_wysiwyg('comments');

Run Demo

The post WYSIWYG editor with font colorpicker appeared first on phpGrid - PHP Datagrid.

]]>
9020