API
Component

ToolBar ($UI/system/components/justep/toolBar/toolBar)

使用范围:UI2

Contents

component ToolBar ($UI/system/components/justep/toolBar/toolBar) extends ViewComponent

<b>使用场景</b>:在页面上集中添加一系列的操作,例如数据组件的添加、删除、查找、刷新等; <b>使用方法</b>:添加toolBar组件,并给toolBar组件添加常用的操作; ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-nei-rong-zu-jian/gong-neng-lan.html#

Constructor Top

  ToolBar ()
  ToolBar ( options)

Constructor details Top

public ToolBar ()

<b>使用场景</b>:在页面上集中添加一系列的操作,例如数据组件的添加、删除、查找、刷新等; <b>使用方法</b>:添加toolBar组件,并给toolBar组件添加常用的操作; ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-nei-rong-zu-jian/gong-neng-lan.html#

public ToolBar ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项