使用范围:UI2
Contents
component Panel ($UI/system/components/bootstrap/panel/panel) extends ViewComponent
Constructor Top
Panel () | |||
Panel ( options) |
Constructor details
Top
public
Panel
()
使用场景:页面需要形成上中下的布局,多用于手机端;
使用方法:添加panel组件,可以单独删除头部或底部区域;
public
Panel
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Panel
()
public
Panel
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项