RichFaces ( Legacy URL )
Tag jQuery


It presents the google map in JSF applications


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

Attributes
NameRequiredRequest-timeTypeDescription
timingfalsefalsejava.lang.StringWhen to peform the query. Two possible values are "immediate","onload" and "onJScall". "immediate" performs the query right away. "onload" adds the task to the time when 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".
querytruefalsejava.lang.StringThe query string that will be executed for given selector.
selectorfalsefalsejava.lang.StringSelector for query. The "selector" attribute uses defined by w3c consortium syntax for CSS rule selector with some jQuery extensions.
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
namefalsefalsejava.lang.StringThe name of the function that will be generated to execute the query. The name attribute is required if timing attribute equals to "onJScall"
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted

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.