On Mon, Oct 01, 2007 at 05:33:03PM -0700, Maria McKinley wrote:
> Does anyone know how to change the size of the edit box? I would like
> it to be bigger.

1.  You can edit the Site.EditForm page, and change (:input e_textarea:) 
    to read (:input e_textarea rows=30:)

2.  In local/config.php, one can set the default number of rows with

        XLSDV('en', array('e_rows' => 30));

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to