Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Hide item on DCR not working when rowcontinue=t
System
Hi,
I have a replicant container and it has two child items.
If in the datacapture.cfg I defined them as follows:
<container name="parent" location="parent" hide-name="t" combination="and" min="0" max="30" default="0">
<item name="child1" pathid="child1">
<text size="40" maxlength="300" required="f" />
</item>
<item name="child2" pathid="child2">
<text size="40" maxlength="300" required="f" />
</item>
</container>
Then in my js I was able to use item.setVisible(flag) to hide or show child1 and child2 independently. However, if for child1, I change to <item name="child1" pathid="child1" rowcontinue="t">, then if I hide child1, child2 will also be hidden. If I try to only hide child2, it simply will be ignored, both items will be shown on the form.
Any ideas?
Find more posts tagged with
Comments
There are no comments yet