EasyUI Forum
March 28, 2024, 11:34:39 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / easyui desktop on: February 25, 2023, 04:32:45 AM
Hi all,
Is there a way to disable dropping on desktop icons?
Thanks in advance.
Giuseppe
2  General Category / Bug Report / Re: tooltip on custom icon combogrid doesn't show on: August 22, 2020, 02:20:02 AM
Solved !
a timeout was needed.
3  General Category / Bug Report / tooltip on custom icon combogrid doesn't show 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.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!