API
Component

Progress ($UI/system/components/bootstrap/progress/progress)

使用范围:UI2

Contents

component Progress ($UI/system/components/bootstrap/progress/progress) extends BindComponent

Progress

Constructor Top

  Progress ()
  Progress ( options)

Attributes Top

boolean textVisible

是否显示进度文本描述

number valuemax

进度最大值

number valuenow

当前进度值

Constructor details Top

public Progress ()

Progress

public Progress ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Attributes Detail Top

public boolean textVisible

是否显示进度文本描述

public number valuemax

进度最大值

public number valuenow

当前进度值