X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Slider.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Slider.js.html;h=b7e757601cc76a02aedf2f6ca36b89aa5bc33c8e;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=0000000000000000000000000000000000000000;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/docs/src/Roo_bootstrap_Slider.js.html b/docs/src/Roo_bootstrap_Slider.js.html new file mode 100644 index 0000000000..b7e757601c --- /dev/null +++ b/docs/src/Roo_bootstrap_Slider.js.html @@ -0,0 +1,43 @@ +/home/alan/gitlive/roojs1/Roo/bootstrap/Slider.js/* + * - LGPL + * + * slider + * + */ + + +/** + * @class Roo.bootstrap.Slider + * @extends Roo.bootstrap.Component + * Bootstrap Slider class + * + * @constructor + * Create a new Slider + * @param {Object} config The config object + */ + +Roo.bootstrap.Slider = function(config){ + Roo.bootstrap.Slider.superclass.constructor.call(this, config); +}; + +Roo.extend(Roo.bootstrap.Slider, Roo.bootstrap.Component, { + + getAutoCreate : function(){ + + var cfg = { + tag: 'div', + cls: 'slider slider-sample1 vertical-handler ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all', + cn: [ + { + tag: 'a', + cls: 'ui-slider-handle ui-state-default ui-corner-all' + } + ] + }; + + return cfg; + } + +}); + + \ No newline at end of file