Lines Matching refs:key

705 BaseFormatPanel.prototype.installInputHandler = function(input, key, defaultValue, min, max, unit, …  argument
724 if (!isNaN(value) && key == mxConstants.STYLE_ROTATION)
752 else if (value != mxUtils.getValue(this.format.getSelectionState().style, key, defaultValue))
763 graph.setCellStyles(key, value, cells);
766 if (key == mxConstants.STYLE_FONTSIZE)
783 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [key],
1072 BaseFormatPanel.prototype.createCellOption = function(label, key, defaultValue, enabledValue, disab… argument
1086 return mxUtils.getValue(style, key, defaultValue) != disabledValue;
1105 graph.setCellStyles(key, value, temp);
1113 [key], 'values', [value], 'cells', temp));
1126 apply(mxUtils.getValue(style, key, defaultValue) != disabledValue);
1480 BaseFormatPanel.prototype.createRelativeOption = function(label, key, width, handler, init) argument
1503 if (state != null && value != mxUtils.getValue(state.style, key, 100))
1512 graph.setCellStyles(key, value, cells);
1513 this.editorUi.fireEvent(new mxEventObject('styleChanged', 'keys', [key],
1525 if (key != null)
1532 var tmp = parseInt(mxUtils.getValue(ss.style, key, 100));
4681 var addStyleRule = mxUtils.bind(this, function(rule, key, label) argument
4683 var value = mxUtils.trim(rule.style[key]);
4692 rules[ruleIndex].style[key] = color;
4927 …container.appendChild(this.createCellColorOption(custom[i].title, custom[i].key, custom[i].default…
4943 …result.push({title: mxResources.get('laneColor'), key: 'swimlaneFillColor', defaultValue: 'default…
5831 var addOption = mxUtils.bind(this, function(label, key, defaultValue) argument
5833 var opt = this.createCellOption(label, key, defaultValue);
6138 for (var key in style)
6140 if (cell == null || ((result[key] != null &&
6141 result[key] != mxConstants.NONE) ||
6142 (key != mxConstants.STYLE_FILLCOLOR &&
6143 key != mxConstants.STYLE_STROKECOLOR)))
6145 result[key] = style[key];