Controls in the Responsive Coaches toolkit (deprecated)

The Responsive Coaches toolkit contains a set of controls for designing applications that can run on multiple device types, such as mobile and desktop devices. All the coach views in the Responsive Coaches toolkit are suitable for use on both desktop and mobile devices.

IBM BPM version 8570 cumulative fix 2017.06Important: The Responsive Coaches toolkit has been deprecated. For new coaches, use the equivalent controls in the BPM UI toolkit instead. See Controls in the BPM UI toolkit.
The controls in the Responsive Coaches toolkit (SYSRC) are based on the following technologies. Avoid mixing other user interface technologies when you use these controls in the same coach.
  • AngularJS V1.4.6
  • Bootstrap V3.3.0
  • (Angular) UI Bootstrap V0.13.4
  • Hammer.JS V2.0.4
  • Modernizr V2.7.0
Each control consists of a coach view that points to a specific set of files:
  • An HTML file that contains the code that defines the user interface, data, and label that is used by the control
  • A controller JavaScript file that loads the module and creates watchers for the configuration options of the control
  • Image files to represent the control on the palette and on the canvas
  • A preview JavaScript file that shows a preliminary view of the coach view when it is dropped on the coach editor palette
The control can also have other files such as a CSS file for styling or localization files, but these additional files are optional.