new ludo.paging.Next(config)
Button used to navigate to next page in a dataSource.JSONArray
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
- Source:
Example
children:[ ... { type:'paging.Next', dataSource:'myDataSource' } ... } where 'myDataSource' is the id of a dataSource.JSONArray object used by a view.
Extends
- paging.Button
Methods
-
nextPage()
-
Calls nextPage() method of data source
- Source: