@Rajeshpatil74 wrote:
I have a BPMN diagram implemented with suggestions for you which has multiple lanes (row) and status(columns)
- Its a kind of mix of two samples ( BPMN sample and another of tabluar layout (row/columns).For this diagram provided a resizing of rows & columns using RowColumnReizingTool.js
Also provided possibility to resize multiple activity/task nodes using ResizingTool.js (mutliple resize of nodes)
And added the two resizing tools -
this.diagram.toolManager.mouseDownTools.insertAt(0, new RowColumnResizingTool()); this.diagram.toolManager.resizingTool = new ResizeMultipleTool();I found that only one resizing tools works based on their sequence. How I can achieve same with two separate JS files and two resizing tools active ?
OR Do i merge the functionality in single ResizeTool.js ??
Posts: 1
Participants: 1