2

As the title reads, I have been trying to figure out how to be able to use tinymce's "simple" theme instead of the default "advanced". The advanced theme is way more options/buttons then I need. I have tried:

editting : jquery.tine_mce.config.js under

assets\grocery_crud\js\jquery_plugins\config

theme : "simple"

This does not work however. Any suggestions?

Is there a way to change the setting thru grocery crud? ie..

$this->crud->set_texteditor_simple();
CI_Guy
  • 1,039
  • 2
  • 22
  • 39
  • +1 good question, looks like you are on the right way. but this does not seem to be the right place of code – Thariama Mar 26 '12 at 08:07

1 Answers1

3

It works for me with the grocery crud 1.2.3 This is what I changed

/assets/grocery_crud/js/jquery_plugins/config/jquery.tine_mce.config.js line 8
John Green
  • 58
  • 4
Rolando Corratge Nieves
  • 1,233
  • 2
  • 10
  • 25