Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Testing for element of or container
Strider
Gidday All,
I have built an or container in my dct
<container name="Separator" combination="and">
<container name="Type" combination="or">
<container name="Coloured Bar" combination="and">
<item name="colour">
<description>COLOUR: Enter the colour of the bar</description>
<text size="10" validation-regex="\S+"/>
</item>
<item name="height in pixels">
<description>COLOUR: Enter the colour of the bar</description>
<text size="10" validation-regex="\S+"/>
</item>
</container>
<container name="line" combination="and">
<item name="Blue Dot Line">
<label></label>
<description>GROUP: Tick this checkbox to display a separator line.</description>
<checkbox>
<option label="Show separator line" value="1" selected='t'/>
</checkbox>
</item>
</container>
</container>
</container>
In my pt I would like to test which of the two containers they chose in the dct either the Coloured Bar or line.
Any help Appreciated.
Thank You
Colin
Find more posts tagged with
Comments
gzevin
RTFM?
)
hint: <iw_case type=....
Greg Zevin, Ph.D. Comp. Sc.
Independent Interwoven Consultant/Architect
Sydney, AU