Jump to content

OnClick in UniMLabel


qpash

Recommended Posts

I am setting an OnClick event for a TunimLabel but it is not firing.

 

Code not work:

UnimLabel1 -> ClientEvents -> UniEvents -> function afterCreate:

function afterCreate(sender) 
{
    var me = sender;
    me.element.on("tap",
        function() {
            me.fireEvent("click");
        }
    )
}

 

Use licensed version

Version:1.50.0 build 1480

 

Link to comment
Share on other sites

  • 6 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...