Searched refs:newLane (Results 1 – 3 of 3) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 51798 context.newLane = modeling.createShape({ type: 'bpmn:Lane' }, { 52140 update.add.forEach(function(newLane) { argument 52141 add(lanes, newLane); 52142 add(newLane.get(FLOW_NODE_REFS_ATTR), flowNode); 52161 update.add.forEach(function(newLane) { argument 52162 remove(lanes, newLane); 52163 remove(newLane.get(FLOW_NODE_REFS_ATTR), flowNode); 52553 return context.newLane;
|
H A D | bpmn-modeler.production.min.js | 34 …newLane=n.createShape({type:"bpmn:Lane"},{x:i.x+(a?$p:0),y:u-("top"===r?120:0),width:i.width-(a?$p…
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …newLane=n.createShape({type:"bpmn:Lane"},{x:i.x+(a?Wu:0),y:l-("top"===r?120:0),width:i.width-(a?Wu…
|