Jump to content

UniCheckBox cursor "crHandPoint" not work


qpash

Recommended Posts

I opened a ticket in support portal,

 

As a workaround, you can try to use this approach:

 

UniCheckBox -> ClientEvents -> ExtEvents -> function afterrender:

function afterrender(sender, eOpts)
{
  sender.el.query('input,label').forEach(function(el){el.style.cursor='pointer'});
}
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...