Hi,
I’m using Adobe LiveCycle Designer ES2 (version 9.0) to create static forms. I have two subforms (Flowed, Top to bottom) inside of other (Flowed, Western Text) and the height of all of them is set to “Expand to fit”. I want the internal subforms to have equal height in order to realize borders around the text inside. I found a solution here:
var heightField = xfa.layout.h(this.parent,"pt"));
this.h = heightField + "pt";
But it doesn’t work, because in my case xfa don’t have a property layout. And this.parent.h always returns 0in, although I put it in the layout:ready event.
I’m new in LiveCycle Designer and maybe I have to do some settings.
U1ianka