SCColorPickerField Class Reference
| Inherits from | SCField : NSObject |
| Declared in | SCColorPickerField.h |
Overview
The SCColorPickerField object identifies a Sitecore system item’s “Color Picker” field.
The field with [SCField type] is equal to “Color Picker” has the SCColorPickerField type.
It provides a getter for the “Color Picker” color.
Tasks
-
fieldValueThe value of the field. [SCColorPickerField fieldValue] is UIColor object. [SCColorPickerField fieldValue] property represents [SCField rawValue] as UIColor object.
property
Properties
fieldValue
The value of the field. [SCColorPickerField fieldValue] is UIColor object. [SCColorPickerField fieldValue] property represents [SCField rawValue] as UIColor object.
@property (nonatomic, readonly) id fieldValueDiscussion
The value of the field. [SCColorPickerField fieldValue] is UIColor object. [SCColorPickerField fieldValue] property represents [SCField rawValue] as UIColor object.
Declared In
SCColorPickerField.h