Coach and coach view examples
This documentation includes a number of examples that demonstrate how to create and code the various parts of coaches and coach views.
For more examples and for sample code, see the IBM® Business Process Manager Development Center.
- Example: creating a template
This example shows how to create a coach view that contains a simple header and footer. It then shows how to make the coach view available as a template. - Example: wiring coaches in a human service
This example shows how you can wire a coach for a food service company to look up suppliers. - Example: creating a tabbed coach
This example shows how to create a coach that contains three tabbed pages. - Example: creating a Select control using custom HTML
This example shows how you can use scripts to bind selected values in a Custom HTML control to the business data of a coach view. - Example: creating a Dojo button control
This example shows how you can use the Dojo library to implement a coach view. - Example: creating a jQuery button control
This example shows how you can use an external third party library, such as jQuery, when creating a coach view. - Example: validating a coach in a client-side human service
This example shows you how to validate the data in a coach within a client-side human service using client-side validation. - Example: validating a coach in a heritage human service
This example shows you how to validate the data in a coach within a heritage human service. - Example: creating a coach that calls an Ajax service
You can quickly build coaches that call Ajax services and display data from those services. Since Ajax services are a common form of service, understanding how to build coaches that call them and use their data can be useful to anyone building a heritage human service or a business process. - Example: creating a coach for tablets and smartphones
This example shows how to create a coach that changes how it displays its contents according whether users see it in a desktop browser, on a tablet, or on a smartphone. - Example: showing the label of a complex coach view
This example shows how to show the label of a complex coach view in the coach or coach view that contains it.
Parent topic: Creating user interfaces for business processes