Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
DmxMockupForms.js479 …var spinnerLayout = mxUtils.getValue(this.style, mxShapeMockupSpinner.prototype.cst.LAYOUT, mxShap…
483 this.foreground(c, w, h, spinnerLayout);
484 this.mainText(c, w, h, spinnerLayout);
494 mxShapeMockupSpinner.prototype.foreground = function(c, w, h, spinnerLayout) argument
505 if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_RIGHT)
514 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_LEFT)
523 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_TOP)
532 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_BOTTOM)
541 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_VERTICAL)
550 else if (spinnerLayout === mxShapeMockupSpinner.prototype.cst.LAYOUT_HORIZONTAL)
[all …]