Class FormFieldOptions
dw.web
Class FormFieldOptions
Object
dw.web.FormFieldOptions
The class represents the list of options for a field. The class supports an index style access to the options, e.g. myfield.options[2] or myfield.options.red.
Properties
optionsCount  :  Number  (Read Only)
The number of option values.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getOptionsCount() : Number
Returns the number of option values.
Method Detail
getOptionsCount
getOptionsCount() : Number
Returns the number of option values.