ChartDirector 6.0 (Ruby Edition)

WebChartViewer.isPartialUpdateRequest


Usage

isPartialUpdateRequest()

Description

Checks if the current HTTP Request is a partial update request (AJAX request) sent using JsChartViewer.partialUpdate.

Note that the JsChartViewer does not need to have the same id as the WebChartViewer object. To get the id of the JsChartViewer object sending the request, use WebChartViewer.getSenderClientId.

Arguments

None

Return Value

True if the current HTTP request is a partial update request (AJAX request) sent using JsChartViewer.partialUpdate, otherwise false.