developer sign in
where » create » reference » selected

<selected>


The selected element defines the selected or focused portion of some outer tag. When the outer tag gains focus, the items within the selected element become visible.

Example

<dynimg src="/path_to_img/some.png">
      <selected>
            <img src="/path_to_img/someSelected.png"/>
      </selected>
</dynimg>

<list>
      <listitem>
            <img src="one.png"/>
            <text>List item 1</text>
            <selected>
                  <listitem>
                        <img src="one.png"/>
                        <text>List item 1</text>
                  </listitem>
                  <listitem>
                        <text>Details on List item 1</text>
                  </listitem>
                  <listitem>
                        <text>More Details on List item 1</text>
                  </listitem>
            </selected>
      </listitem>
      <listitem>
            <img src="two.png"/>
            <text>List item 2</text>
            <selected>
                  <listitem>
                        <img src="two.png"/>
                        <text>List item 2</text>
                  </listitem>
                  <listitem>
                        <text>Details on List item 2</text>
                  </listitem>
                  <listitem>
                        <text>More Details on List item 2</text>
                  </listitem>
            </selected>
      </listitem>
      <listitem>
            <img src="three.png"/>
            <text>List item 2</text>
            <selected>
                  <listitem>
                        <img src="three.png"/>
                        <text>List item 2</text>
                  </listitem>
                  <listitem>
                        <text>Details on List item 3</text>
                  </listitem>
                  <listitem>
                        <text>More Details on List item 3</text>
                  </listitem>
            </selected>
      </listitem>   
</list>

Valid Elements

tag Valid Occurrences
<listitem>1 - *
<img>0 - 1

Element Specific Attributes

none

Style Attributes

align, bg, bgfocus, bgfocusimg, bgimg, border, bordercolor, borderfocus, fg, fgfocus, fontsize, fontstyle, style, valign

Common Attributes

id
terms of use | privacy policy | about | FAQ | blog | jobs | contact us
For 24/7 support email support@where.com or call 888-262-1150
WHERE™ is a product from uLocate Communications, Inc. ©2007 All Rights Reserved.