Searched refs:colorKey (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 1321 BaseFormatPanel.prototype.createCellColorOption = function(label, colorKey, defaultColor, callbackF… argument 1335 return mxUtils.getValue(state.style, colorKey, null); 1345 graph.setCellStyles(colorKey, color, cells); 1352 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [colorKey], 1370 apply(mxUtils.getValue(state.style, colorKey, null), true);
|