BaseViewer.clientSideOptions Property

Gets values which configure automatic postback for individual events.

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

Syntax

Java Script
function get_clientSideOptions();

Property Value

ViewerClientSideOptions class instance which provides an access to properties which configure automatic postback for individual events.

Remarks

Automatic postback can be enabled for all events with the autoPostBack property. However if you want to disable automatic postback for certain events (e.g. zoomed) and enable it for the other ones (e.g. workspaceClick), you can use this property. It exposes a boolean property for each event.

This property makes sense only if autoPostBack is false. If it is true, postback occurs regardless of values of properties of the ViewerClientSideOptions object.

This property corresponds to BaseViewer.ClientSideOptions server-side member.

See Also

Reference