new ludo.paging.TotalPages(config, tpl)
Displays current page number shown in a collection
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | |
tpl |
String | Template string. default: {page} |
- Source:
Example
children:[ ... { type:'paging.TotalPages', dataSource:'myDataSource' } ... } where 'myDataSource' is the id of a dataSource.JSONArray object used by a view.