EasyUI Forum

General Category => Bug Report => Topic started by: beppeilbuono on August 21, 2020, 04:16:27 AM



Title: tooltip on custom icon combogrid doesn't show
Post by: beppeilbuono 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.


Title: Re: tooltip on custom icon combogrid doesn't show
Post by: beppeilbuono on August 22, 2020, 02:20:02 AM
Solved !
a timeout was needed.