API
Component

InputGroup ($UI/system/components/bootstrap/inputGroup/inputGroup)

使用范围:UI2

Contents

component InputGroup ($UI/system/components/bootstrap/inputGroup/inputGroup) extends BindComponent

<b>使用场景</b>:添加多行输入框组; <b>使用方法</b>:添加inputGroup组件,可以添加多个输入框,并且可以给输入框添加文字或按钮的前后缀;

Constructor Top

  InputGroup ()
  InputGroup ( options)

Constructor details Top

public InputGroup ()

<b>使用场景</b>:添加多行输入框组; <b>使用方法</b>:添加inputGroup组件,可以添加多个输入框,并且可以给输入框添加文字或按钮的前后缀;

public InputGroup ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项