
Using the Dojo Toolkit
Dojo is an open source set of JavaScript libraries that enhance the capabilities of native JavaScript. The Dojo Toolkit is supplied and loaded by Coach pages.
About this task
If you are developing complex Coach views using Dojo or another JavaScript library and need advanced features for JavaScript development, debugging, and testing, consider using an IDE tool, such as Rational® Application Developer, to initially create the JavaScript. You can then use the JavaScript that you develop as part of your Coach views in Process Designer.
Procedure
- Open a Coach component.
- Use Dojo calls. For example, use var x = dojo.byId("name of control"); to return the DOM node of the control by name.