Lines Matching refs:mainText

1828 	var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text');
1834 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1847 mxShapeMockupiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButton
1884 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text');
1890 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1913 mxShapeMockupiButtonBack.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButtonBack
1950 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text');
1956 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1979 mxShapeMockupiButtonForward.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiButtonForward
2087 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text');
2093 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2102 mxShapeMockupiTextInput.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiTextInput
2365 var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text');
2372 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2405 mxShapeMockupiComboBox.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) method in mxShapeMockupiComboBox
2453 this.mainText(c, x, y, w, h, state);
2488 mxShapeMockupiOnOffButton.prototype.mainText = function(c, x, y, w, h, state) method in mxShapeMockupiOnOffButton
2490 var mainText = mxUtils.getValue(this.style, 'mainText', null);
2494 if (mainText != '')
2498 …c.text(w * 0.5 - h * 0.4, h * 0.5, 0, 0, mainText || 'ON', mxConstants.ALIGN_CENTER, mxConstants.A…
2502 …c.text(w * 0.5 + h * 0.4, h * 0.5, 0, 0, mainText || 'OFF', mxConstants.ALIGN_CENTER, mxConstants.…
2556 …var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text').toString().split('…
2584 …c.text(w * 0.5, h * 0.15, 0, 0, mainText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
2587 …c.text(w * 0.5, h * 0.4, 0, 0, mainText[2], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
2588 …c.text(w * 0.5, h * 0.55, 0, 0, mainText[3], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
2591 …c.text(w * 0.5, h - 15, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, …
2643 …var mainText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, 'Main Text').toString().split('…
2674 …c.text(w * 0.5, h * 0.15, 0, 0, mainText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
2677 …c.text(w * 0.5, h * 0.4, 0, 0, mainText[3], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
2678 …c.text(w * 0.5, h * 0.55, 0, 0, mainText[4], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0…
2681 …c.text(w * 0.25, h - 15, 0, 0, mainText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
2682 …c.text(w * 0.75, h - 15, 0, 0, mainText[2], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
2747 var mainText = mxUtils.getValue(this.style, 'mainText', null);
2749 if (mainText != '')