-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to work with RS 8.6, Update client lib
- Loading branch information
System Administrator
committed
Nov 7, 2018
1 parent
c9991b3
commit 6e001b6
Showing
13 changed files
with
120 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,114 @@ | ||
Tooltipster | ||
=========== | ||
|
||
A flexible and extensible jQuery plugin for modern tooltips by Caleb Jacob and Louis Ameline under MIT license. | ||
Compatible with Mozilla Firefox, Google Chrome, IE6+ and others. | ||
Requires jQuery 1.10+ (or less, see the compatibility note in the doc). | ||
Default css + js files = 10Kb gzipped. | ||
|
||
A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/ | ||
|
||
Standard options | ||
---------------- | ||
|
||
animation | ||
animationDuration | ||
content | ||
contentAsHTML | ||
contentCloning | ||
debug | ||
delay | ||
delayTouch | ||
functionInit | ||
functionBefore | ||
functionReady | ||
functionAfter | ||
functionFormat | ||
IEmin | ||
interactive | ||
multiple | ||
plugins | ||
repositionOnScroll | ||
restoration | ||
selfDestruction | ||
timer | ||
theme | ||
trackerInterval | ||
trackOrigin | ||
trackTooltip | ||
trigger | ||
triggerClose | ||
triggerOpen | ||
updateAnimation | ||
zIndex | ||
|
||
Other options | ||
------------- | ||
|
||
(these are available when you use sideTip, the default plugin) | ||
|
||
arrow | ||
distance | ||
functionPosition | ||
maxWidth | ||
minIntersection | ||
minWidth | ||
side | ||
viewportAware | ||
|
||
Instance methods | ||
---------------- | ||
|
||
close([callback]) | ||
content([myNewContent]) | ||
destroy() | ||
disable() | ||
elementOrigin() | ||
elementTooltip() | ||
enable() | ||
instance() | ||
on, one, off, triggerHandler | ||
open([callback]) | ||
option(optionName [, optionValue]) | ||
reposition() | ||
status() | ||
|
||
Core methods | ||
------------ | ||
|
||
instances([selector || element]) | ||
instancesLatest() | ||
on, one, off, triggerHandler | ||
origins() | ||
setDefaults({}) | ||
Tooltipster | ||
=========== | ||
|
||
A flexible and extensible jQuery plugin for modern tooltips by Caleb Jacob and Louis Ameline under MIT license. | ||
Compatible with Mozilla Firefox, Google Chrome, IE6+ and others. | ||
Requires jQuery 1.10+ (or less, see the compatibility note in the doc). | ||
Default css + js files = 10Kb gzipped. | ||
|
||
A reminder of options/methods lies below. For detailed documentation, visit http://iamceege.github.io/tooltipster/ | ||
|
||
Standard options | ||
---------------- | ||
|
||
animation | ||
animationDuration | ||
content | ||
contentAsHTML | ||
contentCloning | ||
debug | ||
delay | ||
delayTouch | ||
functionInit | ||
functionBefore | ||
functionReady | ||
functionAfter | ||
functionFormat | ||
IEmin | ||
interactive | ||
multiple | ||
plugins | ||
repositionOnScroll | ||
restoration | ||
selfDestruction | ||
timer | ||
theme | ||
trackerInterval | ||
trackOrigin | ||
trackTooltip | ||
trigger | ||
triggerClose | ||
triggerOpen | ||
updateAnimation | ||
zIndex | ||
|
||
Other options | ||
------------- | ||
|
||
(these are available when you use sideTip, the default plugin) | ||
|
||
arrow | ||
distance | ||
functionPosition | ||
maxWidth | ||
minIntersection | ||
minWidth | ||
side | ||
viewportAware | ||
|
||
Instance methods | ||
---------------- | ||
|
||
close([callback]) | ||
content([myNewContent]) | ||
destroy() | ||
disable() | ||
elementOrigin() | ||
elementTooltip() | ||
enable() | ||
instance() | ||
on, one, off, triggerHandler | ||
open([callback]) | ||
option(optionName [, optionValue]) | ||
reposition() | ||
status() | ||
|
||
Core methods | ||
------------ | ||
|
||
instances([selector || element]) | ||
instancesLatest() | ||
on, one, off, triggerHandler | ||
origins() | ||
setDefaults({}) | ||
|
||
Events | ||
------ | ||
|
||
after | ||
before | ||
close | ||
closing | ||
created | ||
destroy | ||
destroyed | ||
dismissable | ||
format | ||
geometry | ||
init | ||
state | ||
ready | ||
reposition | ||
repositioned | ||
scroll | ||
start | ||
startcancel | ||
startend | ||
updated | ||
|
||
sideTip events | ||
-------------- | ||
|
||
position | ||
positionTest | ||
positionTested |
Empty file modified
0
...tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css
100644 → 100755
Empty file.
Empty file modified
0
lib/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css
100644 → 100755
Empty file.
Empty file modified
0
lib/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css
100644 → 100755
Empty file.
Empty file modified
0
lib/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-punk.min.css
100644 → 100755
Empty file.
Empty file modified
0
lib/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css
100644 → 100755
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters