Override defaults with $.fn.progressbar.defaults.
Dependencies
none
Usage example
Create ProgressBar
ProgressBar can be created from html markup or programmatically. To make it easier to create from markup, add the 'easyui-progressbar' class to the
名称 |
类型 |
说明 |
默认值 |
width |
string |
设置progressbar的宽度。 |
auto |
value |
number |
百分比值。 |
0 |
text |
string |
显示在组件上的文字的模板。 |
{value}% |
名称 |
参数 |
说明 |
onChange |
newValue,oldValue |
当值改变的时候触发。 |
名称 |
参数 |
说明 |
options |
none |
返回options对象。 |
resize |
width |
调整组件尺寸。 |
getValue |
none |
返回当前的进度值。 |
setValue |
value |
Sets a new progress value. |