- Triggers an event on the server (full page post back).
/ Normal link with value - Triggers an event on the server with a value from the client. See the data-event-value attribute
- Triggers an event on the server via an Ajax call.
- Uses an event delegate to trigger an event on the server (full page post back).
- Uses an event delegate to trigger an event on the server via an Ajax call.
- Triggers an event and submits the content of #form1 to the server via Ajax.
- Uses the Raxan.dispatchEvent() method to trigger a custom event on the server.
- Triggers an event and retrieves a variable from the server via Ajax.
- Uses the RaxanWebPage->callScriptFn() method to call a JavaScript function from the server.