-
Notifications
You must be signed in to change notification settings - Fork 4
ICON
Jeff Olajos edited this page Oct 28, 2024
·
18 revisions
<ICON/> : ViewableWidget
The <ICON/> widget creates a simple icon from the list of possible FML icons.
Name | Type | Default | Description | Req |
---|---|---|---|---|
icon | string | The name of the icon as shown here. | ✔ | |
size | int/% | 32 | The size of the icon |
*Example #1 : An icon inside of a <BUTTON/>.
<FML title="ICON (example1)" linkable="true" center="true">
<BUTTON onclick="toast('Saved')">
<ICON icon="save" color="blue" size="64"/>
</BUTTON>
</FML>
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/>