EJSC.AjaxDataHandler.setRequestType
See Also
|
Definition
void setRequestType( string requestType, boolean reload )
Description
Updates the requestType stored in the AjaxDataHandler descendant and optionally reloads / reprocesses the data source and updates the series.
Valid options for requestType are "GET" and "POST"
Note: If the reload parameter is omitted or false, the data will not reload automatically and must be done manually via EJSC.Series.reload() |