Searched refs:applyAllStyles (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Sidebar.js | 276 …p = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseDown, closable, applyAllStyles) argument 278 applyAllStyles = (applyAllStyles != null) ? applyAllStyles : true; 374 (!applyAllStyles) ? this.editorUi.editor.graph.defaultVertexStyle : null, 375 (!applyAllStyles) ? this.editorUi.editor.graph.defaultEdgeStyle : null, 376 applyAllStyles, true);
|