Hello,
I would like to know if there is a way to hide the object caption like on texfields when no data (node) is sent on the XML file.
Also is it possible flow the layout up when this object is hidden for not having data?
I'm working with LiveCycle Designer ES2.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
You can hide the TextField when no data is present instead of only the caption, if you would like.
TextField1.presence = "hidden";
Also for your second question:
If you set the form Subform as Flowed, then it will readjust the sections when one of them is hidden.
Thanks
Srini
Views
Replies
Total Likes
You can hide the TextField when no data is present instead of only the caption, if you would like.
TextField1.presence = "hidden";
Also for your second question:
If you set the form Subform as Flowed, then it will readjust the sections when one of them is hidden.
Thanks
Srini
Views
Replies
Total Likes
Thank you for your quick response, it worked great.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies