projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112eb7b
)
actionbar: support für tooltips
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 26 Oct 2016 14:16:43 +0000
(16:16 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:04:33 +0000
(10:04 +0100)
js/kivi.ActionBar.js
patch
|
blob
|
history
diff --git
a/js/kivi.ActionBar.js
b/js/kivi.ActionBar.js
index
e85fbe4
..
5bffa3c
100644
(file)
--- a/
js/kivi.ActionBar.js
+++ b/
js/kivi.ActionBar.js
@@
-117,6
+117,10
@@
namespace('kivi', function(k){
}
}
+ if (data.tooltip) {
+ $(e).tooltipster({ content: data.tooltip, theme: 'tooltipster-light' });
+ }
+
if (data.call || data.submit) {
$(e).click(function(event) {
var $hidden, key, func, check;