Hi,
I have an input form that includes a container that is optionally visible - something like:
<container type="visibleGroup" visibleIf="[folder/@label]='test'">
<input .... />
</container>
When I create (and save) a new record the section remains hidden. If I change record, or hit refresh (F5)
the section becomes visible.
How would I ensure the section becomes visible when the record is saved without requiring the user to
refresh manually
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You have to do something like this.
<container>
<input.....>
<enter name="onChange">
<refresh/>
<setModified/>
</enter>
</input>
</container>
Regards,
Amit
Hi,
You have to do something like this.
<container>
<input.....>
<enter name="onChange">
<refresh/>
<setModified/>
</enter>
</input>
</container>
Regards,
Amit
Views
Replies
Total Likes
Thanks Amit,
I will give that a try when I am back at my desk.
Any idea where I would find that in the documentation ?
Kind regards
Ian
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies