<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
description | the description String |
---|---|
id | Case-sensitive name used to identify the object instance. |
onBlur | The onBlur value |
onChange | The onChange value |
onClick | The onClick value |
onFocus | The onFocus value |
onKeyDown | The onKeyDown |
onKeyPress | The onKeyPress |
onKeyUp | The onKeyUp |
onMouseDown | The onMouseDown |
onMouseOut | The onMouseOut value |
onMouseOver | The onMouseOver value |
onMouseUp | The onMouseUp |
selected | Specifies whether or not the item is selected in the Listbox. |
text | the text String |
value | the 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.