You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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