他人Extjs扩展的MicProgressBar
扩展后組件效果如下图所示:
?
?ux组件代码:
-
MicProgressBar?=?function(cfg){??
-
????this
.bgColor?=?
"orange"
;??
-
????this
.borderColor?=?
"#008000"
;??
-
????this
.width?=?
330
;??
-
????this
.value?=?
0
;??
-
????this
.tmpValue?=?
0
;??
-
????Ext.apply(this
,?cfg);??
-
????MicProgressBar.superclass.constructor.call(this
,{??
-
????????border?:?false
,??