The type of the product attribute (control type).

Enumeration Members

Checkboxes: 3

Checkboxes with multiple values.

Datepicker: 20

A date picker.

DropdownList: 1

A dropdown list allowing to make a single selection.

FileUpload: 30

A file upload control.

Hidden: 999

A hidden attribute. Set via scripting (price scripts, MegaEdit scripts, etc.) only, but not visible to the user. Only available in admin and via scripting/api.

HtmlSchema: 50

A schema attribute is used to display the key/values of the product attribute in a hidden HTML entry - available for scripting and other code based retrieval.

Info: 40

A readonly label. Set via scripting (price scripts, MegaEdit scripts, etc.) only.

MultilineTextbox: 10

A multiline text box.

RadioList: 2

A radio list allowing to make a single selection.

TextBox: 4

A single line text box.

Generated using TypeDoc