cancel
Showing results for 
Search instead for 
Did you mean: 

Adobeform : can we calculate the coordinate (y axis) of a flowed form using Javascript?

Former Member
0 Kudos
825

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.

View Entire Topic
pavan_prabhu
Active Participant
0 Kudos

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" );