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


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

Reply via email to