Expand my Community achievements bar.

How to get 2 subforms to automatically expand together.

Avatar

Former Community Member

I have 2 subforms (vertical).  One is a table with 5 rows the other subform is text field.

As my text field automatically expands, would like for the table subform to also expand.

Any help would be appreciated.  I am new to designer livecycle and have been trying to work through this with no luck.

1 Reply

Avatar

Level 10

Hi,

I think you will need to nest your table and subform with text field in a table of two columns (with no headers or footers).   Then you can use something like the following JavaScript in the layout:ready event of the text field.

Table2.minH = xfa.layout.h(TextField1, "mm") + "mm";

Regards

Bruce