使用范围:UI2
Contents
component Pagination ($UI/system/components/bootstrap/pagination/pagination) extends ViewComponent
Constructor Top
Pagination () | |||
Pagination ( options) |
Attributes Top
string | xid | ||
string | xid |
Constructor details
Top
public
Pagination
()
使用场景:分页组件,显示当前页数的分页标签;
使用方法:添加pagination组件,指定要分页显示的data组件以及每次显示的页码长度;
public
Pagination
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Pagination
()
public
Pagination
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项