使用范围:UI2
Contents
component InputGroup ($UI/system/components/bootstrap/inputGroup/inputGroup) extends BindComponent
Constructor Top
InputGroup () | |||
InputGroup ( options) |
Constructor details
Top
public
InputGroup
()
使用场景:添加多行输入框组;
使用方法:添加inputGroup组件,可以添加多个输入框,并且可以给输入框添加文字或按钮的前后缀;
public
InputGroup
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
InputGroup
()
public
InputGroup
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项