Lines Matching refs:getValue

35 	var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
36 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
37 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
49 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'round').toString();
77 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
150 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
151 …var attributes = mxUtils.getValue(this.style, 'subText', '+ attribute 1,+ attribute 2,+ attribute …
152 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#666666');
153 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
154 var mainColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#008cff');
155 var attrColor = mxUtils.getValue(this.style, 'fillColor2', '#ffffff');
182 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'round').toString();
218 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'round').toString();
343 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
344 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
345 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
357 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'simple').toString();
367 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#666666');
427 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
428 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
429 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
441 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'rhombus').toString();
455 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#666666');
522 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
523 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
524 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
595 var mainText = mxUtils.getValue(this.style, 'buttonText', 'main').toString().split(',');
596 var subText = mxUtils.getValue(this.style, 'subText', 'sub').toString().split(',');
597 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
598 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
610 var buttonStyle = mxUtils.getValue(this.style, 'buttonStyle', 'round').toString();
638 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#666666');
701 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#666666');
779 var mainText = mxUtils.getValue(this.style, 'buttonText', 'Entity');
780 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
781 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
782 var backColor = mxUtils.getValue(this.style, 'fillColor2', '#ffffff');
872 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
873 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
983 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
984 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
1138 var fontColor = mxUtils.getValue(this.style, 'textColor', '#666666');
1139 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
1332 var oldColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#666666');
1380 var oldColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#666666');
1443 var rSize = parseInt(mxUtils.getValue(this.style, mxShapeERRRect.prototype.cst.R_SIZE, '10'));