API
Component

Range ($UI/system/components/justep/input/Range)

使用范围:UI2

Contents

component Range ($UI/system/components/justep/input/Range) extends Input

<b>使用场景</b>:显示变化范围,例如调色盘; <b>使用方法</b>:添加range组件,绑定变化值的数据,可以设置最大和最小值; ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-biao-dan-zu-jian/fan-wei-xuan-ze.html#

Constructor Top

  Range ()
  Range ( options)

Properties Top

string bind-attr-max

动态最大值

string bind-attr-min

动态最小值

number max

最大值

number max

最大值

number min

最小值

number min

最小值

Attributes Top

string bind-attr-max

动态最大值

string bind-attr-min

动态最小值

number max

最大值

number max

最大值

number min

最小值

number min

最小值

Constructor details Top

public Range ()

<b>使用场景</b>:显示变化范围,例如调色盘; <b>使用方法</b>:添加range组件,绑定变化值的数据,可以设置最大和最小值; ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-biao-dan-zu-jian/fan-wei-xuan-ze.html#

public Range ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

Properties Detail Top

public string bind-attr-max

动态最大值

public string bind-attr-min

动态最小值

public number max

最大值

public number max

最大值

public number min

最小值

public number min

最小值

Attributes Detail Top

public string bind-attr-max

动态最大值

public string bind-attr-min

动态最小值

public number max

最大值

public number max

最大值

public number min

最小值

public number min

最小值