Status items of the editor. Can be used to set the status of the editor. See SetEditorStatus for more information. Each status would require a certain type of value as identified in the description.

Enumeration Members

AddToBasket: "AddToBasket"

Controls the capability to add to cart. Boolean value. Default value is true.

GlobalOptionsDialog: "GlobalOptionsDialog"

Controls the capabilty to initiate the global settings popup dialog. Default value is true. Note: global options must be configured on the product for the dialog to exist in the first place (e.g. multiple canvas, stock or output type options).

GrayOutCanvas: "GrayOutCanvas"

Controls if the canvas should be grayed out outside the bleed/canvas area. Boolean value. Default value is true. Can be disabled for performance improvemenets.

SaveAsProject: "SaveAsProject"

Controls the capability to save as project. Boolean value. Default value is true. Note: this has to be configured in the administration interface as well.

ShowPreflightPopup: "ShowPreflightPopup"

Controls if, in case an uploaded file result will include a preflight info, if the popup dialog should be shown. Boolean value. Default value is true. Note: preflight profiles have to be enabled and a matching file type has to be uploaded to trigger the preflight info.

TextFieldCustomTab: "TextFieldCustomTab"

Controls the visibility of a custom tab on the text field. Boolean value. Default value is false. Note: custom UI controls can be added to the custom tab via the UI methods.

TextFieldCustomTabTitle: "TextFieldCustomTabTitle"

Controls the title of the custom tab on the text field. String value. Default value is 'Custom'.

Generated using TypeDoc