-
Notifications
You must be signed in to change notification settings - Fork 4
Overview
Brayden edited this page Nov 9, 2022
·
2 revisions
Data sources are an important part of the FML language. They allow the application to collect, manipulate and save information from both external sources like the web as well as onboard devices like a GPS receiver, a camera or a file.
Data that is collected can be bound to other widgets by using Dot Notation syntax inside of your binding directive.
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