new ludo.paging.First(config)
Button used to navigate to first page in a dataSource.JSONArray
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
- Source:
Example
children:[ ... { type:'paging.First', dataSource:'myDataSource' } ... } where 'myDataSource' is the id of a dataSource.JSONArray object used by a view.
Extends
Methods
-
click() → {undefined|Boolean}
-
Trigger click on button
- Inherited From:
- Source:
Returns:
- Type
- undefined | Boolean
-
getToggleGroup() → {Object}
-
Return instance of ludo.form.ToggleGroup
- Inherited From:
- Source:
Returns:
ludo.form.ToggleGroup
- Type
- Object