Tag Information
Tag Class org.richfaces.taglib.DropDownMenuTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
direction false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines direction of the popup list to appear. Possible values are "top-right", "top-right", "top-left", "bottom-right", "bottom-left", "auto". Default value is "auto".
disabled false false javax.el.ValueExpression
(must evaluate to boolean)
Attribute 'disabled' provides possibility to make the whole menu disabled if its value equals to "true".
disabledItemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to disabled item of this component
disabledItemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to disabled item when this component is rendered.
disabledLabelClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to disabled label of DD menu
event false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the event on the representation element that triggers the menu's appearance.
hideDelay false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between losing focus and menu closing. Default value is "800".
horizontalOffset false false javax.el.ValueExpression
(must evaluate to int)
Sets the horizontal offset between popup list and label element. Default value is "0". conjunction point
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
itemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to item of this component
itemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to item when this component is rendered.
jointPoint false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Sets the corner of the label for the pop-up to be connected with. Possible values are "tr", "tl", "bl", "br", "bottom-left", "auto". Default value is "auto". "tr" stands for top-right.
oncollapse false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on menu closure
onexpand false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Event must occurs on menu opening
ongroupactivate false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; some group was activated.
onitemselect false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; some item was selected.
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved within.
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved away.
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
HTML: script expression; a pointer was moved onto.
popupWidth false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Sets minimal width for all lists that will appear.
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectItemClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to selected item of this component.
selectItemStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied to selected item when this component is rendered.
selectedLabelClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) that are be applied to selected label of DD menu
showDelay false false javax.el.ValueExpression
(must evaluate to java.lang.Integer)
Delay between event and menu showing. Default value is "50".
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) is/are to be applied when this component is rendered
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Corresponds to the HTML class attribute
submitMode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Sets the submission mode for all menu items of the menu except ones where this attribute redefined. Possible values are "ajax","server","none". Default value is "sever".
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Defines representation text for Label used for menu calls.
verticalOffset false false javax.el.ValueExpression
(must evaluate to int)
Sets the vertical offset between popup list and label element. Default value is "0". conjunction point