/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupButtons.js | 415 mxShapeMockupHorButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSiz… argument 417 if(textString.charAt(0) === mxShapeMockupHorButtonBar.prototype.cst.SELECTED) 419 textString = textString.substring(1); 424 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… 626 mxShapeMockupVerButtonBar.prototype.buttonText = function(c, w, h, textString, fontSize) argument 628 if(textString.charAt(0) === mxShapeMockupVerButtonBar.prototype.cst.SELECTED) 630 textString = textString.substring(1); 635 …c.text((w * 0.5), h, 0, 0, textString, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null…
|
H A D | mxMockupText.js | 235 mxShapeMockupLinkBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument 237 if(textString.charAt(0) === mxShapeMockupLinkBar.prototype.cst.SELECTED) 239 textString = textString.substring(1); 244 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… 246 …var textW = mxUtils.getSizeForString(textString, fontSize, mxConstants.DEFAULT_FONTFAMILY).width *… 248 if (textString !== null && textString !== '')
|
H A D | mxMockupNavigation.js | 108 mxShapeMockupBreadcrumb.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize,… argument 112 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER… 356 mxShapeMockupStepBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument 358 if(textString.charAt(0) === mxShapeMockupStepBar.prototype.cst.SELECTED) 360 textString = textString.substring(1); 365 …c.text((w + buttonWidth * 0.5) * trueW / minW, fontSize * 0.5, 0, 0, textString, mxConstants.ALIGN…
|
H A D | mxMockupContainers.js | 392 mxShapeMockupAccordion.prototype.buttonText = function(c, w, h, textString, fontSize) argument 394 if(textString.charAt(0) === mxShapeMockupAccordion.prototype.cst.SELECTED) 396 textString = textString.substring(1); 401 …c.text((w * 0.5), h, 0, 0, textString, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0, null… 1073 mxShapeMockupGroup.prototype.buttonText = function(c, w, h, textString, fontSize) argument 1079 c.text(6, 0, 0, 0, textString, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_TOP, 0, null, 0, 0, 0);
|
H A D | mxMockupForms.js | 1126 mxShapeMockupMenuBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument 1128 if(textString.charAt(0) === mxShapeMockupMenuBar.prototype.cst.SELECTED) 1130 textString = textString.substring(1); 1134 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
|
H A D | mxMockupiOS.js | 1357 mxShapeMockupiButtonBar.prototype.buttonText = function(c, w, h, textString, fontSize, separatorCol… argument 1359 if(textString.charAt(0) === mxMockupC.SELECTED) 1361 textString = textString.substring(1); 1365 …c.text(10, h, 0, 0, textString, mxConstants.ALIGN_LEFT, mxConstants.ALIGN_MIDDLE, 0, null, 0, 0, 0… 4732 mxShapeMockupiHorButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSi… argument 4734 if(textString.charAt(0) === mxMockupC.SELECTED) 4736 textString = textString.substring(1); 4741 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxAndroid.js | 155 mxShapeAndroidTabBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, mi… argument 157 if(textString.charAt(0) === mxShapeAndroidTabBar.prototype.cst.SELECTED) 159 textString = textString.substring(1); 164 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
|
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 618 mxShapeIOS7horButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize,… argument 620 if(textString.charAt(0) === mxIOS7C.SELECTED) 622 textString = textString.substring(1); 627 …c.text((w + buttonWidth * 0.5) * trueW / minW, h * 0.5, 0, 0, textString, mxConstants.ALIGN_CENTER…
|