Tag Information
Tag Class org.ajax4jsf.taglib.html.jsp.AjaxStatus
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
dir false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
for false false javax.el.ValueExpression
(must evaluate to java.lang.String)
ID of the AjaxContainer component whose status is indicated (in the format of a javax.faces.UIComopnent.findComponent() call).
forceId false false javax.el.ValueExpression
(must evaluate to boolean)
If true, render the ID of the component in HTML code without JSF modifications.
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
lang false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component
layout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Define visual layout of panel, can be "block" or "inline".
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is clicked
ondblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is double-clicked
onkeydown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed down over the element
onkeypress false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed over the element and released
onkeyup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is released
onmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the element
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the element
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the element
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the element
onmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released
onstart false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called at the start of the request
onstop false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the request is finished
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
startStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the element displayed when a request is in progress
startStyleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the element displayed when a request is in progress
startText false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Text to display on starting request.
stopStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the element displayed on a request completion
stopStyleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the element displayed on a request completion
stopText false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Text for display on request complete.
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
title false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component