- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes