| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/ColorPickerUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: ColorPicker = |
| 7 | |
| 8 | The user can pick from a palette of web-safe colors or enter a hex value |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/ColorPickerUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Location''' : |
| 17 | * '''Label''' : Color picker |
| 18 | * '''Tooltip''' : Use this tool to select a color |
| 19 | * '''StatusText''' : |
| 20 | * '''ImageUrl''' : |
| 21 | * '''ImageClass''' : |
| 22 | * '''StandardUi''' : true |
| 23 | * '''ContainableBy''' : |
| 24 | |
| 25 | == Parameters == |
| 26 | |
| 27 | === ColorInputId === |
| 28 | |
| 29 | * '''Description''' : The HTML Input element where the selected color should be written |
| 30 | * '''Type''' : String |
| 31 | * '''Label''' : ColorInputId |
| 32 | * '''DefaultValue''' : |
| 33 | * '''IsMandatory''' : true |
| 34 | |