developer sign in
where » create » reference » attributes » onselect

onselect


An action event handler that gets called when this element gets selected ('ok' pressed).

Details

  • Not all elements accept focus and therefore do not implement this event handler.
  • JIN Script is a valid value

Example

<pr>
  <input type="button" value="Ok" onSelect="delete()" />
</pr>

<pr>
   <list bgFocus="0x005500" border="1">
    <listitem onSelect="itemSelected(0)">
      <text>Listitem 1</text>
    </listitem>
    <listitem onSelect="itemSelected(1)">
      <text>Listitem 2</text>
    </listitem>
    <listitem onSelect="itemSelected(2)">
      <text>Listitem 3</text>
    </listitem>
  </list>
</pr>
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.