Difference between revisions of "JavaScript"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
This page provides general notes on using JavaScript in the platform.
This page provides general notes on using JavaScript in the platform.
__TOC__
==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:''
:* [http://www.amazon.com/exec/obidos/ASIN/0596517742/treelight JavaScript: The Good Parts] (highly recommended)
==Where to Use JavaScript ==
==Where to Use JavaScript ==
:*[[Field Scripting]] - Add JavaScript code to take actions on a [[Field]] (On Change or On Focus)
:*[[Field Scripting]] - Add JavaScript code to take actions on a [[Field]] (On Change or On Focus)
:*[[Form Scripting]] - Add JavaScript code to a Form (On Load or On Save)
:*[[Form Scripting]] - Add JavaScript code to a Form (On Load or On Save)
:*[[Post Selection JavaScript]] -  Perform validations on Lookup Fields using JavaScript
:*[[Post Selection JavaScript]] -  Perform validations on Lookup Fields using JavaScript

Revision as of 02:11, 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:

Where to Use JavaScript