on 2016 Apr 19 8:02 AM
Hi,
I want to calculate the coordinate (y-axis and the height) of a flowed subform using JavaScript in Adobeform.
Is there any possibilities to get the coordinate of a flowed ?
Thank you for your help.
Request clarification before answering.
Hi Minoushka,
Currently I assume that the name of the flowed sub form is DATA.
In Ready Layout event, write the below JavaScript code.
var height = xfa.layout.h( DATA, "mm" );
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
21 | |
8 | |
7 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.