⚠ 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

Editor with many rows



Mohammed Zayan
  • profile picture
  • Member

Posted 29 July 2012 - 21:13 PM

Hi,
I want editor to have much rows like I [color=#000000][font=Arial][size=3]write in this bost[/size][/font][/color]

[color=#000000][font=Arial][size=3][img]http://im18.gulfup.com/2012-07-30/1343596262741.jpg[/img][/size][/font][/color]

noskov.biz
  • profile picture
  • Member

Posted 30 July 2012 - 04:16 AM

Hi, Mohammed Zayan!

You can make this by editing the ./assets/grocery_crud/js/jquery_plugins/config/jquery.tine_mce.config.js file. For example:

...
// Location of TinyMCE script
script_url : tinymce_path +"tiny_mce.js",


height : "480",
...


Here you can find all the configuration options of the TinyMCE editor.

Mohammed Zayan
  • profile picture
  • Member

Posted 30 July 2012 - 15:05 PM

Thank you, it works
but 480 is the default

noskov.biz
  • profile picture
  • Member

Posted 30 July 2012 - 16:43 PM

No, the default height of tinymce editor is nearly 240 pixels, as I remember. Sorry, I do not understand exactly what you meant.