mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-22 23:08:49 +00:00
parent
fe7e8fe6d1
commit
baab4c6039
@ -157,6 +157,7 @@ function BpmnReplace(bpmnFactory, moddle, popupMenu, replace, selection, modelin
|
|||||||
{
|
{
|
||||||
id: 'toggle-parallel-mi',
|
id: 'toggle-parallel-mi',
|
||||||
className: 'icon-parallel-mi-marker',
|
className: 'icon-parallel-mi-marker',
|
||||||
|
title: 'Parallel Multi Instance',
|
||||||
active: isParallel,
|
active: isParallel,
|
||||||
action: toggleLoopEntry,
|
action: toggleLoopEntry,
|
||||||
options: {
|
options: {
|
||||||
@ -167,6 +168,7 @@ function BpmnReplace(bpmnFactory, moddle, popupMenu, replace, selection, modelin
|
|||||||
{
|
{
|
||||||
id: 'toggle-sequential-mi',
|
id: 'toggle-sequential-mi',
|
||||||
className: 'icon-sequential-mi-marker',
|
className: 'icon-sequential-mi-marker',
|
||||||
|
title: 'Sequential Multi Instance',
|
||||||
active: isSequential,
|
active: isSequential,
|
||||||
action: toggleLoopEntry,
|
action: toggleLoopEntry,
|
||||||
options: {
|
options: {
|
||||||
@ -177,6 +179,7 @@ function BpmnReplace(bpmnFactory, moddle, popupMenu, replace, selection, modelin
|
|||||||
{
|
{
|
||||||
id: 'toggle-loop',
|
id: 'toggle-loop',
|
||||||
className: 'icon-loop-marker',
|
className: 'icon-loop-marker',
|
||||||
|
title: 'Loop',
|
||||||
active: isLoop,
|
active: isLoop,
|
||||||
action: toggleLoopEntry,
|
action: toggleLoopEntry,
|
||||||
options: {
|
options: {
|
||||||
@ -196,6 +199,7 @@ function BpmnReplace(bpmnFactory, moddle, popupMenu, replace, selection, modelin
|
|||||||
var adHocEntry = {
|
var adHocEntry = {
|
||||||
id: 'toggle-adhoc',
|
id: 'toggle-adhoc',
|
||||||
className: 'icon-ad-hoc-marker',
|
className: 'icon-ad-hoc-marker',
|
||||||
|
title: 'Ad-hoc',
|
||||||
active: isAdHoc,
|
active: isAdHoc,
|
||||||
action: function(event, entry) {
|
action: function(event, entry) {
|
||||||
if (isAdHoc) {
|
if (isAdHoc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user