Ajax4jsf ( Legacy URL )
Tag status


Renders area for indicating Ajax request status on the client-side. <br /> During Encoding: Creates two "span" elements with id created as clientId of this component or of target AJAX region (pointed to by the "for" property) with appended ":status.start" and ":status:stop" strings. <br /> "start" span has "display:none" style (hidden). Inside this span, renders the value of the startText/stopText properties or, if they exist, the content of "start" and "stop" facets. <br /> On performing an AJAX request, the client-side script changes the visibility of the "start" span and hides "stop". After all requests for this indicator are completed, restores "stop" and hide "start" start[style,styleClass] and stop[style,styleClass] are rendered for spans as style and class atributes, respectivetly. <br /> During Encoding: Creates two "span" or "div"(depending on 'layout' attribute) elements with id created as clientId of this component or of target AJAX region (pointed to by the "for" property) with appended ":status.start" and ":status:stop" strings. "start" element has "display:none" style (hidden). Inside this element, renders the value of the startText/stopText properties or, if they exist, the content of "start" and "stop" facets. On performing an AJAX request, the client-side script changes the visibility of the "start" element and hides "stop". After all requests for this indicator are completed, restores "stop" and hide "start" <br /> start[style,styleClass] and stop[style,styleClass] are rendered for spans as style and class atributes, respectivetly.


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.AjaxStatus
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
startStyleClassfalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
stopStylefalsefalsejava.lang.StringCSS style for element displayed on request completion.
stopStyleClassfalsefalsejava.lang.StringCSS style class for element displayed on request
layoutfalsefalsejava.lang.StringDefine visual layout of panel, can be "block" or "inline".
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component
onstartfalsefalsejava.lang.StringJavaScript code, called on the start of a request.
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
startStylefalsefalsejava.lang.StringCSS style class for the element displayed on the start of a request.
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
forfalsefalsejava.lang.StringID of the AjaxContainer component whose status is indicated (in the format of a javax.faces.UIComopnent.findComponent() call).
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
startTextfalsefalsejava.lang.StringText for display on starting request.
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
forceIdfalsefalsejava.lang.StringIf true, render the ID of the component in HTML code without JSF modifications.
stopTextfalsefalsejava.lang.StringText for display on request complete.
onstopfalsefalsejava.lang.StringJavaScript code, called on the stop of a request.
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.