Parameters within a <parameter_group>may be further grouped using the <subsection> element as a container for the parameters to be included in the sub-group. This element creates a panel inside the tab which can also be collapsed to take up less space, the initial collapsed state can be set using the ‘collapse’ attribute. The following XML illustrates the use of <subsection>.
… <parameters> <parameter_group label="Group 1"> <subsection name="subgroup" label="Sub-Group" col="1" collapse="false"> <parameter name="txtMatch" type="text" label=" Match this text in e-mail title" argpos="1" /> <parameter name="chkFlag" type="checkbox" label="Flag:" argpos="2" /> </subsection> <parameter name="lstOptions" type="list" label="Options:" argpos="3" col="1" > <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </parameter> </parameter_group> </parameters> …
Copyright © 2015 CA Technologies.
All rights reserved.
|
|