[pmwiki-users] edit box bigger
Patrick R. Michaud
pmichaud at pobox.com
Mon Oct 1 21:43:21 CDT 2007
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
More information about the pmwiki-users
mailing list