Editor with many rows
- Single Page
Posted 29 July 2012 - 21:13 PM
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]
Posted 30 July 2012 - 04:16 AM
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.
Posted 30 July 2012 - 15:05 PM
but 480 is the default
Posted 30 July 2012 - 16:43 PM