Tag Information
Tag Class org.richfaces.taglib.TogglePanelTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
converter false false java.lang.String Id of Converter to be used or reference to a Converter
converterMessage false false java.lang.String A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
immediate false false java.lang.String A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
initialState false false java.lang.String It contains a name of the first active facet
label false false java.lang.String A localized user presentable name for this component.
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
onkeyup false false java.lang.String HTML: a script expression; a key is released
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
rendered false false java.lang.String If "false", this component is not rendered
required false false java.lang.String If "true", this component is checked for non-empty input
requiredMessage false false java.lang.String A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
stateOrder false false java.lang.String Names of the facets in the switching order. If ToggleControl doesn't contain information about a next facet to be shown it is switched corresponding to this attribute
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
styleClass false false java.lang.String Corresponds to the HTML class attribute
switchType false false java.lang.String Facets switch algorithm: "client", "server"(default), "ajax".
validator false false java.lang.String MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessage false false java.lang.String A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
value false false java.lang.String The initial value to set when rendered for the first time
valueChangeListener false false java.lang.String Listener for value changes