Difference between revisions of "JavaScript"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 16: Line 16:


==Reference Information==
==Reference Information==
:* [[JavaScript Functions and Variables]]
{{:JavaScript Reference}}
:* [[Global JavaScript Variables]]
:* [[Template Variables for Actions Using Execute JavaScript]]
:* [[AJAX and REST]]

Revision as of 18:28, 7 October 2011

This page provides general notes on using JavaScript in the platform.

About JavaScript

JavaScript is an object-oriented language that allows for functional programming. It is the language that drives much of the world wide web.

Learn more:

Accessing Record Variables

Accessing Variables in Lookup Records

Using JavaScript in the Platform

JavaScript can be used in a variety of ways

Reference Information