Tutorial by Examples

Download and install the latest Eclipse IDE Install Eclipse one of two ways: Eclipse Installer Download the zip for your favorite package If you don't already have a preferred Eclipse package, Eclipse for JavaScript Developers is recommended Install SuiteCloud IDE plugin Once i...
Create the source file for your new Client Script Create a new JavaScript file using your favorite editor or IDE Add the following source code to your file (original source here) /** * A simple "Hello, World!" example of a Client Script. Uses the `pageInit` * event to wr...
Create the source file for your new Client Script Create a new JavaScript file using your favorite editor or IDE Add the following source code to your file (original source here) define([], function () { /** * A simple "Hello, World!" example of a Client Script. U...

Page 1 of 1