-
Notifications
You must be signed in to change notification settings - Fork 4
BREADCRUMB
Jeff Olajos edited this page Oct 23, 2024
·
6 revisions
<BREADCRUMB/> : ViewableWidget
The <BREADCRUMB/> widget is used to display and navigate the page navigation history.
Name | Type | Default | Description | Req |
---|---|---|---|---|
height | int | 25 | The height of the bar | |
color | string | black | The color of the text | |
backgroundcolor | string | transparent | The color of the bar | |
opacity | double | null | The opacity of the background |
<FML>
<HEADER>
<BREADCRUMB />
</HEADER>
</FML>
*Note: Since breadcrumb keeps track of your navigation history within the FML app, and the examples are only 1 depth, you will only see 1 crumb. To illustrate the breadcrumbs better here is what a navigation with a depth of 4 looks like:
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/>