Hello guys,I need to change, by javascript code, the height of a
textfield of a table repeatable n times and connected to a data
connection, in order to have the same height for each textfield of each
repeatable table.Below is a screenshot of the structure of my form:This
is my Javascript code written in event layout:ready of subform
"subTab":var numTab = xfa.resolveNodes("Table1[*]").length;var heightTab
= [];var heightTabMax = 0;for (var i=0; iheightTab[i-1]){ heightTabMax = heightTab[i]; }
}x...