- Description:
A javascript module to handle calendar ajax actions.
- Source:
- Copyright:
- 2017 Simey Lameze
- 2017 Simey Lameze
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A javascript module to handle calendar ajax actions.
Methods
(inner) fetch(component, handler, uniqueid, options, resetPreferences) → {Promise}
- Description:
Fetch table view.
- Source:
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
component |
String | The component |
|||||||||||||||||||||||||||
handler |
String | The name of the handler |
|||||||||||||||||||||||||||
uniqueid |
String | The unique id of the table |
|||||||||||||||||||||||||||
options |
Object | The options to use when updating the table Properties
|
|||||||||||||||||||||||||||
resetPreferences |
Bool |
Returns:
Resolved with requested table view
- Type
- Promise