Jump to content

OnTriggerEvent automatic client ScreenMask


KingOrmon

Recommended Posts

Hi,

I would like that trigger event button shows a mask.

Actually I use the following code that works. But I would like if exists a config for enable it without listeners or a delphi property

function afterrender(sender, eOpts)
{
  sender.getTriggers().t1.el.addListener("click", function(event) {
                sender.showMask("Loading...");
            });
}

Regards

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...