-
Notifications
You must be signed in to change notification settings - Fork 4
COLORPICKER
Jeff Olajos edited this page Oct 24, 2024
·
24 revisions
<COLORPICKER/> : FormField
The <COLORPICKER/> widget is a specialized widget used to display a color selector dialog (example #1).
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| value | string | The color picker color at start or as selected. | ||
| width | int / % | 44 | The width of the dialog expressed in pixels or as a percentage of its parent. | |
| height | int / % | 44 | The height of the dialog expressed in pixels size or as a percentage of its parent. | |
| heading | string | "Color" | The dialog heading text | |
| subheading | string | "Shade" | The dislog subheading text | |
| bordercolor | Theme | The color of the border | ||
| radius | int | 5 | The radius of the border. | |
| border | string | null | "all", "none" |
| Name | Description |
|---|---|
| show() | Launches the color selector dialog. |
For in-depth examples and full applications, visit fml.dev!
Framework Markup Language is an open source programming language created by AppDaddy Software Solutions Inc. FML and is licensed under a fair source license agreement and is maintained by a community of developers.
- Quick Start
- Widget Structure
- Layout Basics
- Config
- Navigation
- Authentication
- Server Configuration
- Offline Use
- Resource Guides
-
<FML/>
- <BOX/>
- <CHART/>
- <COLUMN/>
- <DRAWER/>
- <FOOTER/>
- <FORM/>
- <GRID/>
- <HEADER/>
- <LIST/>
- <MAP/>
- <WINDOW/>
- <PAGER/>
- <ROW/>
- <SCROLLER/>
- <SPLITVIEW/>
- <STACK/>
- <TABLE/>
- <TABVIEW/>
- <TREEVIEW/>
- <WEBVIEW/>
Important Concepts