Searched refs:createCellMapping (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1196 graph.updateCustomLinks(graph.createCellMapping(cloneMap, lookup), [newPage.root]);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 7502 Graph.prototype.createCellMapping = function(mapping, lookup, cellMapping) method in Graph 7583 this.createCellMapping(cloneMap, lookup, cellMapping); 7657 this.updateCustomLinks(this.createCellMapping(cloneMap, 8040 this.updateCustomLinks(this.createCellMapping(mapping, 9394 this.updateCustomLinks(this.createCellMapping(cloneMap, lookup), clones, this);
|
H A D | EditorUi.js | 1914 graph.updateCustomLinks(graph.createCellMapping(cloneMap, lookup), clones);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2192 …e.x,v.y=u.y/u.view.scale-u.view.translate.y)}}c.updateCustomLinks(c.createCellMapping(d,f),l);mxCl… 2528 …ellLookup([this.model.getChildAt(c,g)],d)}return d};Graph.prototype.createCellMapping=function(b,d… method in Graph 2530 …root,0).getId()]=this.getDefaultParent().getId())}if(null!=b&&(this.createCellMapping(e,q,l),this.… 2531 …y=q.y/q.view.scale-q.view.translate.y)}}this.updateCustomLinks(this.createCellMapping(d,this.creat… 2540 …Count(k[m])&&this.model.remove(k[m]);c&&this.updateCustomLinks(this.createCellMapping(l,this.creat… 2574 …,c.setGeometry(q,u))}}else g.push(m[f])}this.updateCustomLinks(this.createCellMapping(l,k),m,this)…
|
H A D | app.min.js | 2226 …e.x,u.y=q.y/q.view.scale-q.view.translate.y)}}b.updateCustomLinks(b.createCellMapping(d,e),f);mxCl… 2777 …ellLookup([this.model.getChildAt(d,f)],b)}return b};Graph.prototype.createCellMapping=function(a,b… method in Graph 2779 …root,0).getId()]=this.getDefaultParent().getId())}if(null!=a&&(this.createCellMapping(e,h,g),this.… 2780 …y=h.y/h.view.scale-h.view.translate.y)}}this.updateCustomLinks(this.createCellMapping(b,this.creat… 2789 …Count(k[h])&&this.model.remove(k[h]);d&&this.updateCustomLinks(this.createCellMapping(g,this.creat… 2823 …,d.setGeometry(l,p))}}else f.push(h[c])}this.updateCustomLinks(this.createCellMapping(g,k),h,this)… 11974 b)+1);c.updateCustomLinks(c.createCellMapping(k,n),[d.root])}}catch(f){this.handleError(f)}return d…
|
H A D | viewer-static.min.js | 2192 …e.x,v.y=u.y/u.view.scale-u.view.translate.y)}}c.updateCustomLinks(c.createCellMapping(d,f),l);mxCl… 2528 …ellLookup([this.model.getChildAt(c,g)],d)}return d};Graph.prototype.createCellMapping=function(b,d… method in Graph 2530 …root,0).getId()]=this.getDefaultParent().getId())}if(null!=b&&(this.createCellMapping(e,q,l),this.… 2531 …y=q.y/q.view.scale-q.view.translate.y)}}this.updateCustomLinks(this.createCellMapping(d,this.creat… 2540 …Count(k[m])&&this.model.remove(k[m]);c&&this.updateCustomLinks(this.createCellMapping(l,this.creat… 2574 …,c.setGeometry(q,u))}}else g.push(m[f])}this.updateCustomLinks(this.createCellMapping(l,k),m,this)…
|