Click Triggers
Invoke an Event by clicking any element
Use Cases
Click a button to select a specific tab
Usage Notes
sa-trigger-click
= ( event name )
sa-trigger-click
= ( event name ) Place on any element that should be invoke the specified event when it is clicked.
Assign whatever event name you like, depending on your trigger-event-action setup.
Example
This is a simple mirror-click setup. Clicking the link clicks the corresponding button. they are connected by virtue of the Event name.
Trigger;
Action;
Last updated
Was this helpful?