Home
last modified time | relevance | path

Searched refs:isUndoable (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js54 var update = function (isUndoable) { argument
56 this.updateGraph(isUndoable, initial);
204 mxWebColaLayout.prototype.adjustChildOffsets = function(model, groupCell, isUndoable, isInitial) argument
246 mxWebColaLayout.prototype.updateGraph = function(isUndoable = false, initial = false) argument
273 if (isUndoable)
327 if (isUndoable)
381 if (isUndoable)
394 this.adjustChildOffsets(model, cell, isUndoable, initial);
401 if (isUndoable)
H A DmxWebColaAdaptor.js114 mxWebColaAdaptor.prototype.updatePositions = function(isUndoable) argument