longtext type
- Single Page
Posted 11 August 2012 - 22:45 PM
You are professional!
I have a question:
Why LONGTEXT field type does not uses the TinyMCE editor by default?
I'm sorry for the mistakes, I do not speak English.
Posted 12 August 2012 - 00:54 AM
If a field is auto generated and it is not the one that you actually want you can easily change it to whatever you like . For more you can read http://www.grocerycrud.com/documentation/options_functions/change_field_type
In your case you can simply have:
$crud->change_field_type('your_field_name','text');
and the TinyMCE editor will appear as expected.
Posted 12 August 2012 - 01:03 AM
Posted 13 August 2012 - 11:39 AM