From b7792068ef2995af8666f1e92d5789f548f5d519 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 10 Apr 2014 15:54:53 +0800 Subject: [PATCH] Roo/bootstrap/Progress.js --- Roo/bootstrap/Progress.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/Progress.js b/Roo/bootstrap/Progress.js index 4b792c1c80..6f8b581bd0 100644 --- a/Roo/bootstrap/Progress.js +++ b/Roo/bootstrap/Progress.js @@ -9,9 +9,9 @@ * @class Roo.bootstrap.Progress * @extends Roo.bootstrap.Component * Bootstrap Progress class - * @cfg {String} size xs | sm | md | lg - * @cfg {Number} aria_valuenow aria-value now + * @cfg {Number} aria_valuemin aria-value min + * @cfg {Number} aria_valuemax aria-value max * * @constructor * Create a new Progress @@ -25,6 +25,8 @@ Roo.bootstrap.Progress = function(config){ Roo.extend(Roo.bootstrap.Progress, Roo.bootstrap.Component, { aria_valuenow : false, + aria_valuemin : 0, + aria_valuemax : 100, getAutoCreate : function(){ var cfg = { -- 2.39.2