ACS Sample: Advanced Button Function in Core Studio

Many times, you may want to utilize buttons in your control GUI to enable special functionality.  For instance, you may include an invisible button that you press and hold for 5 seconds to enter a hidden admin page.

The examples below show examples of a double click button, a long press button, and a tap then hold button.  There are 2 files - one showing how to accomplish this just using the Event Manager (the Code view) and another showing how to accomplish a press-and-hold page change using client-side JS.

Note: for the Event Manager based version, you will need to enable page tracking and set the page tracking variable to change pages


Download and view the projects

These projects demonstrate advanced buttons functions.