This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerClientSideOptions Class

Exposes properties which configure automatic postback for individual events of the BaseViewer control.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
GraphicsMill.ViewerClientSideOptions = function();

Type.createClass(
	'GraphicsMill.ViewerClientSideOptions');

Remarks

Instances of the ViewerClientSideOptions class are returned by the BaseViewer.clientSideOptions property.

Each property of this class enables or disables automatic postback for appropriate event. However if the BaseViewer.autoPostBack value is true, automatic postback occurs regardless of these properties values.

See Also

Reference