RichFaces
Tag jQuery


The <rich:jQuery> allows to apply styles and behaviour to DOM objects.


Tag Information
Tag Classorg.richfaces.taglib.JQueryTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a function that will be generated to execute a query. The "name" attribute is required if "timing" attribute equals to "onJScall"
querytruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The query string that is executed for a given selector.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
selectorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Selector for query. The "selector" attribute uses defined by w3c consortium syntax for CSS rule selector with some jQuery extensions.
timingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute that defines when to perform the query. The possible values are "immediate","onload" and "onJScall". "immediate" performs the query right away. "onload" adds the task to the time when a document is loaded (the DOM tree is created). "onJScall" allows to invoke the query by Javascipt function name defined with "name" attribute. The default value is "immediate".

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.