[rt-users] Custom field textarea too small

Kevin Falcone falcone at bestpractical.com
Tue Jan 12 11:49:27 EST 2010


On Tue, Jan 12, 2010 at 08:25:52AM +0100, Emmanuel Lacour wrote:
> On Mon, Jan 11, 2010 at 10:44:15PM -0700, Matt Adams wrote:
> > Folks:
> > 
> > I've created a custom field for a static description we'll use on some 
> > of our project-related tickets.  Unfortunately the textarea is so small 
> > as to be almost useless.
> > 
> > Is there anything that can be easily done make this field more accessible?
> > 
> 
> You can modify share/html/Elements/EditCustomField (copy it in
> local/html/Elements/ before) and change Cols (5) and Rows (15), but that
> will be for all customfield of type textarea.

There is also a callback in EditCustomField called EditComponentName
which you could use to say "actually, use EditCustomFieldBiggerTextbox
if the CF's name is Foo" and then you just need a callback and a
custom component

-kevin, who occasionally uses the Safari feature to resize textboxes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100112/66f44e1d/attachment.sig>


More information about the rt-users mailing list