[pmwiki-users] Change the size of the edit area

Patrick R. Michaud pmichaud at pobox.com
Fri Sep 8 07:25:47 CDT 2006


On Fri, Sep 08, 2006 at 01:32:23PM +0200, Peter Brink wrote:
> fredagen den 8 september 2006 12.18 skrev Peter Brink:
> > I had a look at Site.EditForm and noticed that the markup had change
> > somewhat since I last fiddled with it. The "e_textarea" variable must be
> > defined somewhere, can I override it in config.php?
> 
> ... and after reading TFM I feel a bit stupid... :-D 
> 
> I can of course let people set this at using the instructions in 
> Site.Preferences... 

The default size of the edit textarea can also be set in config.php:

    ## default to 80 x 25
    XLSDV('en', array('e_rows' => '25', 'e_cols' => '80'));

Pm




More information about the pmwiki-users mailing list