To group multiple components on a form to hide or disable them, use the <SimpleTable> container as shown in the following example.
<Field>
<Disable>
<not>
<contains>
<ref>accountInfo.typeNames</ref>
<s>Windows Active Directory</s>
</contains>
</not>
</Disable>
<Field name=’accounts[AD].HomeDirectory’>
<Display class=’Text’>
<Property name=’title’ value=’Home Directory’>
</Display>
</Field>
</Field>
|