Attributes |
Name | Required | Request-time | Type | Description |
jointPoint | false | false | java.lang.String | Set the corner of the label for the popup to be connected with. (auto(default), tr, tl, bl, br, where tr â top-right) |
onitemselect | false | false | java.lang.String | HTML: script expression; some item was selected. |
disabledItemStyle | false | false | java.lang.String | CSS style(s) is/are to be applied to disabled item when this component is rendered. |
disabledItemClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to disabled item of this component |
verticalOffset | false | false | java.lang.String | Sets the vertical offset between popup list and label element conjunction point |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
selectItemStyle | false | false | java.lang.String | CSS style(s) is/are to be applied to selected item when this component is rendered. |
showDelay | false | false | java.lang.String | Delay between event and menu showing. |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
onexpand | false | false | java.lang.String | Event must occurs on menu opening |
submitMode | false | false | java.lang.String | Set the submission mode for all menu items of the menu except ones where this attribute redefined. (ajax,server(Default),none) |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
itemClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to item of this component |
oncollapse | false | false | java.lang.String | Event must occurs on menu closure |
onmouseover | false | false | java.lang.String | HTML: script expression; a pointer was moved onto. |
value | false | false | java.lang.String | Defines representation text for Label used for menu calls. |
horizontalOffset | false | false | java.lang.String | Sets the horizontal offset between popup list and label element conjunction point |
ongroupactivate | false | false | java.lang.String | HTML: script expression; some group was activated. |
onmouseout | false | false | java.lang.String | HTML: script expression; a pointer was moved away. |
selectItemClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to selected item of this component. |
itemStyle | false | false | java.lang.String | CSS style(s) is/are to be applied to item when this component is rendered. |
direction | false | false | java.lang.String | Defines direction of the popup list to appear (top-right, top-left bottom-right, bottom-left, auto(default)) |
popupWidth | false | false | java.lang.String | Set minimal width for the all of the lists that will appear. |
event | false | false | java.lang.String | Defines the event on the representation element that triggers the menu's appearance. |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
onmousemove | false | false | java.lang.String | HTML: script expression; a pointer was moved within. |
hideDelay | false | false | java.lang.String | Delay between losing focus and menu closing. |