Skip to content
Brayden edited this page Oct 17, 2022 · 42 revisions

Overview

The MENU widget displays a full screen tiled menu.

Table of Contents

Attributes

Name Type Req
title String
databroker String
color Color
backgroundcolor Color
backgroundimage URL

Examples

View

Menu w/ Items

Model
    <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> 

Restrictions and Caveats

MENU restricts its navigation tiles to the ITEM widget for responsive display.

Children:
Ideals:
  • Best used when navigating between large sections/categories would be convoluted without a dedicated display menu

Use Case

  • Use a MENU when you want the user to know all the choices they have for navigating

Clone this wiki locally