Using the datacapture item below I want to automatically open the "page" replicant when a "Individual Pages - Chapter" replicant is added.
<item name="title">
<label>Sidebar Title</label>
<text required="t" size="100"/>
</item>
<item name="page">
<label>Pages</label>
<replicant default="1" max="999" hide-name="f" min="1" combination="and">
<label>Page</label>
<item name="url">
<label>URL</label>
<browser ceiling-dir="htdocs" extns=".html" size="100" required="t" />
</item>
</replicant>
</item>
I can use onReplicantAdded in FormAPI but not sure how to open the "page" replicant.
Is there parameter that I can add to the definition above to cause it to open? Didn't see anything in the documentation.
Any suggestions?
We're using TeamSIte 16.3.
Thanks.