actionbar: support für tooltips
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 26 Oct 2016 14:16:43 +0000 (16:16 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:04:33 +0000 (10:04 +0100)
js/kivi.ActionBar.js

index e85fbe4..5bffa3c 100644 (file)
@@ -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;