<sas:Item>

Used with the Listbox and DualListSelector tags to generate listbox items

Syntax

<sas:Item
   [description="java.lang.String"]
   [id="value"]
   [onBlur="java.lang.String"]
   [onChange="java.lang.String"]
   [onClick="java.lang.String"]
   [onFocus="java.lang.String"]
   [onKeyDown="java.lang.String"]
   [onKeyPress="java.lang.String"]
   [onKeyUp="java.lang.String"]
   [onMouseDown="java.lang.String"]
   [onMouseOut="java.lang.String"]
   [onMouseOver="java.lang.String"]
   [onMouseUp="java.lang.String"]
   [selected="true|false"]
   [text="java.lang.String"]
   [value="java.lang.String"] />

Attributes

descriptionthe description String
idCase-sensitive name used to identify the object instance.
onBlurThe onBlur value
onChangeThe onChange value
onClickThe onClick value
onFocusThe onFocus value
onKeyDownThe onKeyDown
onKeyPressThe onKeyPress
onKeyUpThe onKeyUp
onMouseDownThe onMouseDown
onMouseOutThe onMouseOut value
onMouseOverThe onMouseOver value
onMouseUpThe onMouseUp
selectedSpecifies whether or not the item is selected in the Listbox.
textthe text String
valuethe value String

More Information

If you need to subclass the tag handler class for the sas:Item tag, extend com.sas.taglib.servlet.tbeans.models.ItemTag.