-
Notifications
You must be signed in to change notification settings - Fork 4
Decorated
Jeff Olajos edited this page Feb 2, 2024
·
17 revisions
Decorated Widget : Viewable Widget
Decorated is an inherited class and cannot be created directly in markup.
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| color | color | The color of the widget, takes hex, RGB, and color names. Can be a single value or a comma seperated list of up to 4 colors | ||
| opacity | double | 1 | The opacity of the widget and its children from 0.0 (invisible) - 1.0 (normal) |
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