[pmwiki-users] configure edit textarea size

marc gmane at auxbuss.com
Wed Jan 17 08:44:12 CST 2007


noskule said...
> hi list
> I try to configure the size of the editmode textarea field
> 
> So far I understand could I change the values in Site.Preferences
> 
> But this has no effect. In the sourcecode threres still written
> 
>     <textarea name='text' id='text' rows='23' cols='60' 
> 
> Site.Preferences
>   # Editing components
>    'e_rows' => '100',              # rows in edit textarea
>    'e_cols' => '100',              # columns in edit textarea
>    'Site.EditForm' => 'Site.EditForm' # location of EditForm
> 
> What could be the problem?

In config.php, try:

  XLSDV('en', array( 'e_rows' => '100',));
  XLSDV('en', array( 'e_cols' => '100',));

-- 
Cheers,
Marc





More information about the pmwiki-users mailing list