I'm trying to create expanding text boxes but if the text doesn't fit the whole text box is there way to have the text box shrink to fit what was typed. I have the shrink to fit (height) box checked but it's not working. Am I forgetting something. Thanks for any help you can give.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Catherine,
Do you want to shrink the TextField horizontally or vertically? If horizontally, then try the following.
Click on the Expand to fit checkbox under width.
In the exit event of the TextField write the following script.
this.maxW = "";
Thanks,
Bibhu.
Views
Replies
Total Likes
Hi Catherine,
Do you want to shrink the TextField horizontally or vertically? If horizontally, then try the following.
Click on the Expand to fit checkbox under width.
In the exit event of the TextField write the following script.
this.maxW = "";
Thanks,
Bibhu.
Views
Replies
Total Likes
I'm trying to get the height to shrink if needed. Would it work the same way but use an H instead of an W
Views
Replies
Total Likes
Okay that worked...cool thanks for your help
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies