Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1142 defaultColor, listener, callbackFn, hideCheckbox, defaultColorValue) argument
1186 div.style.backgroundColor = (tempColor == 'default') ? defaultColorValue : tempColor;
1247 color = defaultColorValue;
1265 }, defaultColorValue);
1321 …ellColorOption = function(label, colorKey, defaultColor, callbackFn, setStyleFn, defaultColorValue) argument
1380 }, callbackFn, null, defaultColorValue);