Joomla - administation JCE introtext size
- STEFi - 2007-11-29 15:06:09
How to change introtext editior height....
Are you bored by intro textarea height in Joomla JCE?
Edit /administrator/components/com_content/admin.content.html.php
line 620:
editorArea( 'editor1', $row->introtext, 'introtext', '100%;', '350', '75', '20' ) ;
change to:
editorArea( 'editor1', $row->introtext, 'introtext', '100%;', '200', '75', '10' ) ;
Edit mambots/editors/jce.php
comment line 41 (or remove):
// $editor_height = $params->get( 'editor_height', '600' );