@@ -3,17 +3,12 @@ the Custom Controls example works as follows:
# bpmn-js: popmachine multiselect
The BPMN-JS Project adds a new Element "Assistance-System-Type" which inludes Custom-Rules, a Custom-Renderer, a Custom-Context-Pad
as well as a Custom-Pad. For that purpose the Type "BPMN-Transaction" was modified with help of the Custom Controls example, which can be seen below.
Furthermore the possibility to highlight specific BPMN-Elements based on their selected Type was added. To use this function,
you simply have to press the F-Key and then select a BPMN-Type in order to highlight all its Elements of the selected Type.
The highlights base on the Overlay-Example, which can be viewed in one of my other Projects here on Git.
The BPMN-JS Project adds a new Element "Assistance-System-Type" which inludes Custom-Rules, a Custom-Renderer, a Custom-Context-Pad as well as a Custom-Pad. For that purpose the Type "BPMN-Transaction" was modified with help of the Custom Controls example, which can be seen below. Furthermore the possibility to highlight specific BPMN-Elements based on their selected Type was added. To use this function, you simply have to press the F-Key and then select a BPMN-Type in order to highlight all its Elements of the selected Type. The highlights base on the Overlay-Example, which can be viewed in one of my other Projects here on Git.
# bpmn-js Example: Custom Controls
An example of creating custom editing controls for [bpmn-js](https://github.com/bpmn-io/bpmn-js). Use this blueprint to suite the BPMN modeler to your specific needs.
## About
This example adds controls that allow you to create `bpmn:ServiceTask` elements through the palette and the context pad.