IBM BPM version 8570 cumulative fix 2017.06Link control

This control creates a link to an outside web page or a link that emits a boundary event within a service when it is clicked.

Data binding

Set or modify the data binding for the control in the General properties tab. The Link control can be bound to a Boolean variable. If bound, the variable value is set to true when the link is clicked.

You can use the Link control to link to an outside web page or you can use it to create a cross-reference to a different control or section within the same coach or coach view, for example, a link within a table.

Configuration properties

Set or modify configuration properties for the Link control, such as appearance and behavior properties, in the Configuration properties tab. Set the formula configuration properties in the Events tab.

Screen size
A configuration property that has the Screen Sizes icon The Screen Sizes icon beside the property name can have different values for each screen size. If you do not set a value, the screen size inherits the value of the next larger screen size as its default value. If you are using the Process Designer desktop editor, you are setting the value for the large screen size. The other screen sizes inherit this value.
Theme definitions
Theme definitions specify the colors and styles for a control and determine the appearance of the control. You can preview the look and feel of controls in the theme editor. See Themes.
The appearance configuration properties for the Link control are listed in the following table:
The behavior configuration properties for the Link control are listed in the following table:

Example

To add a link to IBM Support to your coach, complete the following steps:
  1. Add a Link control to your coach at the appropriate location, and then set the following configuration properties for the link:
    1. Under Behavior, in the Link text field, type in Take me to IBM Support, set the Link type to URL, and then enter https://www.ibm.com/support in the Link URL. Leave Open in same window clear.
    2. Under Appearance, set Text alignment to Left, Color style to Muted, Size style to Large, Text weight to Slim, and Label placement to Top.
  2. Save your changes.

When the coach runs, the result is a light-gray link that reads "Take me to IBM Support". When clicked, the link takes you to the IBM Support portal.

Additional resources

For information about how to create a coach, see Building coaches.
For information about standard properties (General, Configuration, Positioning, Visibility, and HTML Attributes), see Coach view properties.