EasyUI Forum
March 28, 2024, 04:29:26 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: tooltip on custom icon combogrid doesn't show  (Read 6674 times)
beppeilbuono
Newbie
*
Posts: 3


View Profile
« on: August 21, 2020, 04:16:27 AM »

// test if icon exists
var opts=$("#COD_COMUNE_NASCITA").combogrid('options');
console.log(opts.icons[0])
// response : iconCls: "dati2fisc fa-green fa-16p"  ==> it's OK

// create tooltip ***  doesn't work with combo, combobox, combogrid, datebox
$("#COD_COMUNE_NASCITA").combogrid('getIcon',0).tooltip({
   content:'Update CF'
})
// works only with numberbox and textbox

May you help me ?
thanks in advance.
Logged
beppeilbuono
Newbie
*
Posts: 3


View Profile
« Reply #1 on: August 22, 2020, 02:20:02 AM »

Solved !
a timeout was needed.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!