diff --git a/src/.vuepress/public/.attachments/applications/Controls/colorfuloptionsetcontrolbase.png b/src/.vuepress/public/.attachments/applications/Controls/colorfuloptionsetcontrolbase.png new file mode 100644 index 000000000..9acd89be1 Binary files /dev/null and b/src/.vuepress/public/.attachments/applications/Controls/colorfuloptionsetcontrolbase.png differ diff --git a/src/en/developer-guide/applications/controls/colorfuloptionset.md b/src/en/developer-guide/applications/controls/colorfuloptionset.md index eba3eed13..549857fe0 100644 --- a/src/en/developer-guide/applications/controls/colorfuloptionset.md +++ b/src/en/developer-guide/applications/controls/colorfuloptionset.md @@ -1,20 +1,101 @@ --- -Author: Jan Losenicky +Author: Safija Hubljar --- # Colorful Optionset -## Visual Example - -![Colorful Optionset Displayed On Form](/.attachments/applications/Controls/colorfuloptionsetcontrol.png) +This control is changing design of optionset on form. -## Description +![Colorful Optionset Displayed On Form](/.attachments/applications/Controls/colorfuloptionsetcontrolbase.png) -This control is changing design of optionset on form. +## Bindings -## Binding Field + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Property NameDescriptionOf TypeInputOutputUsageRequired
optionsInputBinding field for optionset. +

OptionSet

+

[ + { + "label": "Option 1", + "value": 1, + "color": "#eb1313", + "iconName": null + }, +
+ { + "label": "Option 2", + "value": 2, + "color": null, + "iconName": null + }, +
+ { + "label": "Option 3", + "value": 3, + "color": "#190eeb", + "iconName": null + } +] +

3

boundtrue
optionsIconJSONFluent UI icons for options.SingleLine.Text +

+ { +
+ "key": "CircleFill", +
+showOnlyOnHover: false, +
+ "iconProps": { + "iconName": "CircleFill" + } +
+} +

+ undefiend +
N/Ainputfalse
useColorBackground

Enables the feature to use the color as the background color

Enum

true

+

false

N/Ainputfalse
-Control can be binded to any field of type Optionset. +## Changelog -## Inputs -- None \ No newline at end of file +

2024-09-09

+

Changed

+ \ No newline at end of file