|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrototipSettings | |
|---|---|
| org.wicketstuff.minis.prototipbehaviour | |
| Uses of PrototipSettings in org.wicketstuff.minis.prototipbehaviour |
|---|
| Fields in org.wicketstuff.minis.prototipbehaviour declared as PrototipSettings | |
|---|---|
protected PrototipSettings |
PrototipBehaviour.settings
|
| Methods in org.wicketstuff.minis.prototipbehaviour that return PrototipSettings | |
|---|---|
PrototipSettings |
PrototipBehaviour.getSettings()
|
PrototipSettings |
PrototipSettings.setClassName(java.lang.String className)
you do not need to include the ' ' |
PrototipSettings |
PrototipSettings.setCloseButton(java.lang.String closeButton)
either false or true |
PrototipSettings |
PrototipSettings.setDelay(java.lang.String delay)
seconds before tooltip appears eg 0.2 |
PrototipSettings |
PrototipSettings.setDuration(java.lang.String duration)
duration of the effect, if used eg 0.3 |
PrototipSettings |
PrototipSettings.setEffect(java.lang.String effect)
you do not need to include the ' ' false, appear or blind, or others if they get enabled |
PrototipSettings |
PrototipSettings.setExtraOptions(java.lang.String extraOptions)
Futureproofing - this allows you at add any string as an option (note you will need to take care of ' and { } yourself |
PrototipSettings |
PrototipSettings.setFixed(java.lang.String fixed)
eg false or true |
PrototipSettings |
PrototipSettings.setHideAfter(java.lang.String hideAfter)
false or a number eg 1.5 |
PrototipSettings |
PrototipSettings.setHideOn(java.lang.String hideOn)
any event eg mouseout or false |
PrototipSettings |
PrototipSettings.setHideOn(java.lang.String element,
java.lang.String event)
eg: { element: 'element|target|tip|closeButton|.close', event: 'click|mouseover|mousemove' } |
PrototipSettings |
PrototipSettings.setHook(java.lang.String target,
java.lang.String tip)
Set the hook, where you want eg: { target: 'topLeft|topRight|bottomLeft|bottomRight| topMiddle|bottomMiddle|leftMiddle|rightMiddle', tip: 'topLeft|topRight|bottomLeft|bottomRight| topMiddle|bottomMiddle|leftMiddle|rightMiddle' } for false use setHookFalse() |
PrototipSettings |
PrototipSettings.setHookFalse()
|
PrototipSettings |
PrototipSettings.setOffset_x(java.lang.String offset_x)
|
PrototipSettings |
PrototipSettings.setOffset_y(java.lang.String offset_y)
|
PrototipSettings |
PrototipSettings.setOffset(java.lang.String offset_x,
java.lang.String offset_y)
Set both x and y offsets |
PrototipSettings |
PrototipSettings.setShowOn(java.lang.String showOn)
|
PrototipSettings |
PrototipSettings.setTarget(java.lang.String target)
|
PrototipSettings |
PrototipSettings.setTitle(java.lang.String title)
|
PrototipSettings |
PrototipSettings.setViewpoint(java.lang.String viewpoint)
|
| Methods in org.wicketstuff.minis.prototipbehaviour with parameters of type PrototipSettings | |
|---|---|
PrototipBehaviour |
PrototipBehaviour.setSettings(PrototipSettings settings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||