Renders a <select> tag.
Tag Information
| Tag Class: | com.aoapps.taglib.legacy.SelectTag | 
|---|---|
| TagExtraInfo Class: | com.aoapps.taglib.ElementTagTEI | 
| Body Content: | JSP | 
| Display Name: | None | 
| Dynamic Attributes: | true | 
Attributes
| Name | Required | Evaluation | Type | Description | 
|---|---|---|---|---|
| id | No | Runtime | String | The id of the element. A nested <ao:id> tag will override this value. | 
| class | No | Runtime | Object | The CSS class for the element. A nested <ao:class> tag will override this value. | 
| dir | No | Runtime | String | The dir of the element. A nested <ao:dir> tag will override this value. | 
| style | No | Runtime | Object | The CSS style for the element. A nested <ao:style> tag will override this value. | 
| disabled | No | Runtime | boolean | 
The disabled attribute.
Accepts values of  | 
| name | No | Runtime | Object | The name of the select element. A nested <ao:name> tag will override this value. | 
| size | No | Runtime | Integer | The size of the select element. A nested <ao:size> tag will override this value. | 
| onblur | No | Runtime | Object | A JavaScript onblur handler. A nested <ao:onblur> tag will override this value. | 
| onchange | No | Runtime | Object | A JavaScript onchange handler. A nested <ao:onchange> tag will override this value. | 
| onfocus | No | Runtime | Object | A JavaScript onfocus handler. A nested <ao:onfocus> tag will override this value. | 
| onkeypress | No | Runtime | Object | A JavaScript onkeypress handler. A nested <ao:onkeypress> tag will override this value. |