Richard,

I was given the following code to modify the way Custom Fileds are presented:

#   To modify the way certain Custom Fields are set up for entering data,
# the following code should be *added* after line #76 and before the last "return" # command in the directory /$RTHOME/rt-3.6.4/local/html/Elements/*EditCustomField
#
***

if ($Type eq "Text")
   {
    $Rows = 8;
    $Cols = 50;
    }
elsif ($Type eq "Wikitext")
   {
    $Rows = 8;
    $Cols = 50;
   }
elsif ($Type eq "Select" and $MaxValues == 1)
  {
   $Rows = 1;
   $Cols = 30;
  }

   Hope this helps.


Kenn
LBNL

On 3/26/2009 10:37 AM, Richard Foley wrote:
Hi Ken,

Yes please, that sounds perfect :-)

_______________________________________________
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