OpenCms JSP standard taglib
Tag jquery


This tag allows to include jquery and some jquery plugins code and style sheets that are shipped with OpenCms.
The tag will include the unpacked version of JQuery in the offline project (for better debug facilities) and the packed version in the online project (for better performance).

Use the tag in the HTML head section of your template.


Tag Information
Tag Classorg.opencms.jsp.CmsJspTagJQuery
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
jsfalsetruejava.lang.StringThe javascript file to include.
cssfalsetruejava.lang.StringThe css file to include.
dynamicfalsetruejava.lang.StringFlag to enable dynamic inclusion of required jQuery files. Possible values are:
false (default)
Dynamic inclusion is disabled.
true
Dynamic inclusion is enabled.

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.