PDA

View Full Version : Where to define htmlarea size?


mikkomu
24.06.2004, 12:10
I would like to make htmlarea area appear bigger in the frontend page editing mode. What file contains the definition of the appearance size? I also could change the size of the area in admin side editing.

mrjinx
27.06.2004, 18:08
have a lock inside /components/com_content/content.html.php

line 615 following:

// parameters : areaname, content, hidden field, width, height, rows, cols
editorArea( 'editor1', $row->introtext , 'introtext', '500', '200', '45', '5' ) ; ?>
...