Avatar

Level 10

Hi,

If you have a look at this example: http://assure.ly/g80MVY. On the lat page we have a textfield and a button that changes the h property and the minH property.

In your case you could have script in the enter event that sets the height of the textfield to a large height:

this.h = "2in";

Then in the exit event revert to a minimum height (minH value would be the height of your textfield at design time - two rows high):

this.minH = 0.5in";

Hope that helps,

Niall