⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

using tinymce with grocery crud



Inderpreet Singh

Inderpreet Singh
  • profile picture
  • Member

Posted 19 May 2013 - 02:14 AM

Hello everyone,

I am new here..

can anyone tell me how to use tinymce with grocery crud....??

thanks in advance...


heruprambadi

heruprambadi
  • profile picture
  • Member

Posted 19 May 2013 - 04:19 AM

just set your column type in your database table into "text".


goFrendiAsgard

goFrendiAsgard
  • profile picture
  • Member

Posted 19 May 2013 - 05:54 AM

[member='Inderpreet Singh']: I believe [member='davidoster'] has answer your question here: /topic/1331-how-to-configure-ckeditor/#entry5542

Go to application/config/grocery_crud.php and modify this

//You can choose 'ckeditor','tinymce' or 'markitup'
$config['grocery_crud_default_text_editor'] = 'tinymce';
//You can choose 'minimal' or 'full'
$config['grocery_crud_text_editor_type'] = 'minimal'; 

[member='heruprambadi']: By default groceryCRUD use CKEditor, instead of TinyMCE


heruprambadi

heruprambadi
  • profile picture
  • Member

Posted 19 May 2013 - 07:59 AM

yeah you're right. i'm not familiar with editor's name  :mellow: