Home
last modified time | relevance | path

Searched refs:showBCC (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js2250 var showBCC = mxUtils.getValue(this.style, mxShapeMockupEmailForm.prototype.cst.SHOW_BCC, 'true');
2260 if (showBCC === '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
2285 if (showBCC === 'true')
2302 mxShapeMockupEmailForm.prototype.foreground = function(c, w, h, fontSize, tabX, showCC, showBCC) argument
2327 if (showBCC === 'true')