Using the Dojo Toolkit
Draft comment:
This topic was viewed 40 times since its publication
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.
This topic was viewed 40 times since its publication
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.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15