Searched refs:showCC (Results 1 – 1 of 1) sorted by relevance
| /plugin/diagramsnet/lib/shapes/mockup/ |
| D | mxMockupForms.js | 2249 var showCC = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.SHOW_CC, 'true'); 2255 if (showCC === 'true') 2269 this.background(c, w, h, fontSize, tabX, showCC, showBCC); 2271 this.foreground(c, w, h, fontSize, tabX, showCC, showBCC); 2274 mxShapeMockupEmailForm.prototype.background = function(c, w, h, fontSize, tabX, showCC, showBCC) argument 2278 if (showCC === 'true') 2302 mxShapeMockupEmailForm.prototype.foreground = function(c, w, h, fontSize, tabX, showCC, showBCC) argument 2320 if (showCC === 'true')
|