Hi there,

On Wed, 17 Oct 2007, Joop van de Wege wrote:
> Stephen Turner wrote:
>> At Wednesday 10/17/2007 01:00 PM, Kenneth Crocker wrote:
>>> I have a Custom Field that is "Fill in one text area". ... Does 
>>> anyone have a simple method to make the display box/entry area 
>>> larger? Thanks.
>> Kenn, you can enlarge the width at least, in the site config:
>>   Set($MessageBoxWidth , 72);
>> Also, html//Elements/EditCustomFieldText has Rows and Cols args 
>> which can be used to modify the box size beyond the config setting.
> And if you're using Firefox there is an extension which will let you 
> resize text fields in general. Its name is: Resizable Form Fields.
BTW, the URL is https://addons.mozilla.org/en-US/firefox/addon/3694 

And you could also use a bookmarklet[*] like

  javascript:(function(){var i,x; 
  for(i=0;x=document.getElementsByTagName(%22textarea%22)[i];++i) 
  x.rows += 5; })()

This example increases the height of all textarea fields.

HTH,
-- 
-- Andreas

[*] http://en.wikipedia.org/wiki/Bookmarklet

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to