ChangeCustomFieldTextAreaSize

From Request Tracker Wiki
Revision as of 16:03, 6 April 2016 by Admin (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Changing the Size of a Custom Field Text Area Edit Box

If you feel that the "TextArea" custom field edit box is a little small and square for your liking, you can change it easily as the size is hardcoded into RT.

$RTHOME/share/html/Elements/EditCustomField

Just change:

$Rows => 5 $Cols => 15

in the <%ARGS> section to your liking.

Personally I use 1 and 35.