Difference between revisions of "JavaScript Uses"
From LongJump Support Wiki
imported>Aeric (Created page with ":*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) :*[[P…") |
imported>Aeric |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOINDEX__ | |||
:*[[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 | ||
:* | :*[[Actions#Working_with_Actions|Action]] buttons - Add action buttons when displaying a record | ||
:*[[Manage Related Information]] sections - Add action buttons to sections that display [[Related Record]]s | |||
:*In a JSP/HTML [[Page]] - Make things happen on the client side to reduce the load on the server. | :*In a JSP/HTML [[Page]] - Make things happen on the client side to reduce the load on the server. |
Latest revision as of 01:36, 8 October 2011
- 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)
- Post Selection JavaScript - Perform validations on Lookup Fields using JavaScript
- Action buttons - Add action buttons when displaying a record
- Manage Related Information sections - Add action buttons to sections that display Related Records
- In a JSP/HTML Page - Make things happen on the client side to reduce the load on the server.