使用范围:UI2
Contents
component Row ($UI/system/components/bootstrap/row/row) extends ViewComponent
Constructor Top
Row () | |||
Row ( options) | |||
Row ( options) |
Attributes Top
string | xid |
Constructor details
Top
public
Row
()
使用场景:实现行和列的布局;
使用方法:添加row组件,默认是三列,每列均分屏幕宽度,可以在组件上添加行、列,并调整每列的宽度;
public
Row
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Row
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Row
()
public
Row
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Row
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项