Gets values which configure automatic postback for individual events.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
function get_clientSideOptions();
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.