Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Inline JavaScript is JavaScript code that is typed directly into an event property in the Visual Designer rather than defined in an external .js file. Inline JavaScript is most appropriate when you only need to utilize one or just a few lines of code to perform the desired action.

Example:

The following example sends a response to the server using 2 simple lines of JavaScript code on a button’s onclick event.

  • No labels