Home
last modified time | relevance | path

Searched refs:toggleCellStyles (Results 1 – 10 of 10) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DMenus.js255 …menu.addItem(mxResources.get('flipH'), null, function() { graph.toggleCellStyles(mxConstants.STYLE…
256 …menu.addItem(mxResources.get('flipV'), null, function() { graph.toggleCellStyles(mxConstants.STYLE…
1379 var value = graph.toggleCellStyles(key, defaultValue);
DFormat.js2229 graph.toggleCellStyles(mxConstants.STYLE_FLIPH, false);
2239 graph.toggleCellStyles(mxConstants.STYLE_FLIPV, false);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java1419 graph.toggleCellStyles(key, defaultValue); in actionPerformed()
DEditorActions.java.bak1419 graph.toggleCellStyles(key, defaultValue);
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
DEditor.js6871 this.toggleCellStyles(action.toggleStyle.key, (action.toggleStyle.defaultValue != null) ?
/plugin/diagramsnet/lib/js/
Dapp.min.js1346 …oggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this.toggleCellStyles(a,b,[c])};
1347 mxGraph.prototype.toggleCellStyles=function(a,b,c){b=null!=b?b:!1;c=c||this.getEditableCells(this.g… method in mxGraph
3032 …ild(d);d=mxUtils.button(mxResources.get("horizontal"),function(a){b.toggleCellStyles(mxConstants.S…
3033 "2px";a.appendChild(d);d=mxUtils.button(mxResources.get("vertical"),function(a){b.toggleCellStyles(…
3568 …,function(a,c){a.addItem(mxResources.get("flipH"),null,function(){b.toggleCellStyles(mxConstants.S…
3569 !1)},c);a.addItem(mxResources.get("flipV"),null,function(){b.toggleCellStyles(mxConstants.STYLE_FLI…
3611 …type.toggleStyle=function(a,b){var d=this.editorUi.editor.graph,e=d.toggleCellStyles(a,b);this.edi…
10635 …ible(t,!1));null!=k.toggleStyle&&null!=k.toggleStyle.key&&(l(),this.toggleCellStyles(k.toggleStyle…
Dviewer.min.js1312 …oggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this.toggleCellStyles(a,b,[c])};
1313 mxGraph.prototype.toggleCellStyles=function(a,b,c){b=null!=b?b:!1;c=c||this.getEditableCells(this.g… method in mxGraph
3303 …ible(u,!1));null!=n.toggleStyle&&null!=n.toggleStyle.key&&(g(),this.toggleCellStyles(n.toggleStyle…
Dviewer-static.min.js1312 …oggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this.toggleCellStyles(a,b,[c])};
1313 mxGraph.prototype.toggleCellStyles=function(a,b,c){b=null!=b?b:!1;c=c||this.getEditableCells(this.g… method in mxGraph
3303 …ible(u,!1));null!=n.toggleStyle&&null!=n.toggleStyle.key&&(g(),this.toggleCellStyles(n.toggleStyle…
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1108 …oggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this.toggleCellStyles(a,b,[c])};
1109 mxGraph.prototype.toggleCellStyles=function(a,b,c){b=null!=b?b:!1;c=c||this.getEditableCells(this.g… method in mxGraph