IIgrColorEditorProps
Properties
Section titled "Properties"Optional allowTextInput
Section titled "allowTextInput"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
allowTextInput?: string | boolean Optional baseTheme
Section titled "baseTheme"Gets or sets the base built in theme to use for the date picker.
baseTheme?: any Optional children
Section titled "children"children?: any Optional density
Section titled "density"Gets or sets the display density to use for the date pcicker.
density?: any Optional gotFocus
Section titled "gotFocus"gotFocus?: object Optional isDisabled
Section titled "isDisabled"isDisabled?: string | boolean Optional isFixed
Section titled "isFixed"Indicates that the editor dropdown will position itself relative to the window instead of the document.
isFixed?: string | boolean Optional label
Section titled "label"Gets or Sets the property name that contains the label.
label?: string Optional labelTextColor
Section titled "labelTextColor"Gets or sets the color to use for the text.
labelTextColor?: string Optional labelTextStyle
Section titled "labelTextStyle"Gets or sets the font to use for the input.
labelTextStyle?: string Optional lostFocus
Section titled "lostFocus"lostFocus?: object Optional openAsChild
Section titled "openAsChild"Indicates that the dropdown should open as a child of the color editor.
openAsChild?: string | boolean Optional openOnFocus
Section titled "openOnFocus"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
openOnFocus?: string | boolean Optional showClearButton
Section titled "showClearButton"Gets or sets the ShowClearButton property to detirmine if the clear button is shown
showClearButton?: string | boolean Optional textStyle
Section titled "textStyle"Gets or sets the font to use for the combobox.
textStyle?: string Optional useTopLayer
Section titled "useTopLayer"Indicates that the dropdown will place itself into the browser top layer.
useTopLayer?: string | boolean Optional valueChanged
Section titled "valueChanged"Called when color is selected.
valueChanged?: object Optional valueChanging
Section titled "valueChanging"Called when color is selected.
valueChanging?: object