使用范围:UI2
Contents
component PagerBar ($UI/system/components/justep/pagerBar/pagerBar) extends ViewComponent
Constructor Top
PagerBar () | |||
PagerBar ( options) |
Attributes Top
string | xid |
Constructor details
Top
public
PagerBar
()
使用场景:数据需要分页展示时;
使用方法:将组件放入设计器中,绑定需要分页展示数据的数据组件,可以控制每页展示多少条数据;
##
文档链接:#http://docs.newdao.net/zhuo-mian-nei-rong-zu-jian/lie-biao-fen-ye-lan.html#
public
PagerBar
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
PagerBar
()
public
PagerBar
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项