- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I think that you are looking for something like this:
var
oW = xfa.layout.w(txtDescription, "in");
The paramaters that are passed are the field name and the units that you want the result returned in. This will give you the width of the field after layout has occured (so if a field is dynamic you are getting the width after the field has been expanded).
Paul
Views
Replies
0 Likes
Total Likes