ChangeCustomFieldTextAreaSize

From Request Tracker Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.