Tag Information
Tag Class org.richfaces.taglib.PanelTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
onkeyup false false java.lang.String HTML: a script expression; a key is released
header false false java.lang.String Label text appears on a panel header
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
bodyClass false false java.lang.String A class that defines a style for a panel content
headerClass false false java.lang.String A class that defines a style for a panel header
rendered false false java.lang.String If "false", this component is not rendered
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
styleClass false false java.lang.String Corresponds to the HTML class attribute
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
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: a script expression; a pointer is moved within
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto