API
Component

Panel ($UI/system/components/bootstrap/panel/panel)

使用范围:UI2

Contents

component Panel ($UI/system/components/bootstrap/panel/panel) extends ViewComponent

<b>使用场景</b>:页面需要形成上中下的布局,多用于手机端; <b>使用方法</b>:添加panel组件,可以单独删除头部或底部区域;

	
	

Constructor Top

  Panel ()
  Panel ( options)

Constructor details Top

public Panel ()

<b>使用场景</b>:页面需要形成上中下的布局,多用于手机端; <b>使用方法</b>:添加panel组件,可以单独删除头部或底部区域;

	
	

public Panel ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项