Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js1190 …var sliderStyle = mxUtils.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.STYLE, mxShape…
1194 this.background(c, w, h, rSize, sliderStyle);
1196 this.foreground(c, w, h, rSize, sliderStyle);
1200 mxShapeMockupHorSlider.prototype.background = function(c, w, h, rSize, sliderStyle) argument
1203 if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_BASIC)
1210 else if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_FANCY)
1217 mxShapeMockupHorSlider.prototype.foreground = function(c, w, h, rSize, sliderStyle) argument
1227 if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_BASIC)
1237 else if (sliderStyle === mxShapeMockupHorSlider.prototype.cst.SLIDER_FANCY)