| Package | Description |
|---|---|
| org.wicketstuff.minis.behavior.prototip |
| Modifier and Type | Field and Description |
|---|---|
protected static JS_TYPE |
PrototipBehaviour.selectedJsType
Made this static as it is very unlikely that you would want different versions of prototip.js
across your site
|
| Modifier and Type | Method and Description |
|---|---|
static JS_TYPE |
PrototipBehaviour.getSelectedJsType() |
static JS_TYPE |
JS_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JS_TYPE[] |
JS_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PrototipBehaviour.setSelectedJsType(JS_TYPE selectedJsType)
There are 3 different js files which can be included: a normal uncompressed one a minified
one a minified and gziped one
To override the default (the minified one) set this parameter
This is a static method and as such affects all PrototipBehaviour in the system, this is so
that you do not have to set the type for every PrototipBehaviour that you use (which is
tedious)
|
Copyright © 2017. All rights reserved.