public class JQuerySymbolConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_MOUSEWHEEL_EVENT
Indicates if your application should manage the mousewheel event, from
the
the jQuery Mouse Wheel Plugin
(http://brandonaaron.net/code/mousewheel/demos)
|
static String |
ASSETS_PATH |
static String |
ASSETS_ROOT |
static String |
INCLUDE_DATEPICKER_I18N |
static String |
JQUERY_ALIAS
Indicates the jQuery Alias we want to use : $, jQuery, ...
|
static String |
JQUERY_CORE_PATH
Base path for jQuery. jquery-${jquery.version}.js is assumed to be in
there.
|
static String |
JQUERY_JSON_VERSION |
static String |
JQUERY_UI_DEFAULT_THEME
Path to the theme-css file for jQuery UI.
|
static String |
JQUERY_UI_PATH
Base path for jQuery UI.
|
static String |
JQUERY_UI_VERSION |
static String |
JQUERY_VALIDATE_PATH
Base path for jQuery validation plugin.
|
static String |
JQUERY_VERSION |
static String |
PARAMETER_PREFIX |
static String |
PROTOTYPE_STACK |
static String |
SUPPRESS_PROTOTYPE
Indicates that we want to drop out prototype and use only jquery
|
static String |
TAPESTRY_JQUERY_PATH
The base path of the replaced version for tapestry.js.
|
static String |
TAPESTRY_JS_PATH
Path to the overridden tapestry.js.
|
static String |
USE_MINIFIED_JS
Indicates that we want use the minified version of JavaScript files
|
| Constructor and Description |
|---|
JQuerySymbolConstants() |
public static final String JQUERY_VERSION
public static final String JQUERY_UI_VERSION
public static final String JQUERY_JSON_VERSION
public static final String ASSETS_PATH
public static final String ASSETS_ROOT
public static final String JQUERY_UI_PATH
public static final String TAPESTRY_JQUERY_PATH
AjaxUpload.public static final String TAPESTRY_JS_PATH
public static final String JQUERY_CORE_PATH
public static final String JQUERY_UI_DEFAULT_THEME
public static final String JQUERY_VALIDATE_PATH
public static final String SUPPRESS_PROTOTYPE
public static final String JQUERY_ALIAS
public static final String PROTOTYPE_STACK
public static final String PARAMETER_PREFIX
public static final String USE_MINIFIED_JS
public static final String ADD_MOUSEWHEEL_EVENT
public static final String INCLUDE_DATEPICKER_I18N
Copyright © 2016 GOT5. All rights reserved.