Home
last modified time | relevance | path

Searched refs:disabledValue (Results 1 – 1 of 1) sorted by last modified time

/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1072 …e.createCellOption = function(label, key, defaultValue, enabledValue, disabledValue, fn, action, s… argument
1080 disabledValue = (disabledValue != null) ? ((disabledValue == 'null') ? null : disabledValue) : 0;
1086 return mxUtils.getValue(style, key, defaultValue) != disabledValue;
1104 var value = (checked) ? enabledValue : disabledValue;
1126 apply(mxUtils.getValue(style, key, defaultValue) != disabledValue);