-
Notifications
You must be signed in to change notification settings - Fork 4
Menu
Brayden edited this page Jun 22, 2022
·
42 revisions
The MENU widget is a Framework Widget that displays a full screen tiled menu.
| Name | Type | Req |
|---|---|---|
| title | String | |
| databroker | String | |
| color | Color | |
| backgroundcolor | Color | |
| backgroundimage | URL |

<MENU>
<INCLUDE url="TEST-HEADER" />
<INCLUDE url="TEST-FOOTER"/>
<ITEM title="Form Test" subtitle="Braydens Test" icon="build" url="FORM?template=FORM-1"/>
<ITEM title="Form Test" subtitle="Jeff's Test" icon="build" url="FORM?template=FORM-TEST1"/>
</MENU>
MENUrestricts its navigation tiles to theITEMwidget for responsive display.
- Best used when navigating between large sections/categories would be convoluted without a dedicated display menu
- Use a
MENUwhen you want the user to know all the choices they have for navigating
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