-
Notifications
You must be signed in to change notification settings - Fork 4
WEBVIEW
Jeff Olajos edited this page Nov 11, 2024
·
13 revisions
<WEBVIEW/> : ViewableWidget
The <WEBVIEW/> or <IFRAME/> (legacy) widget is used to display web content.
| Name | Type | Default | Description | Req |
|---|---|---|---|---|
| url | string | null | The url of the web page |
<FML center="true" layout="column">
<BOX expand="false" bordercolor="red" radius="10" margin="10">
<WEBVIEW url="https://fml.dev" width="500" height="300"/>
</BOX>
<BOX expand="false" bordercolor="red" radius="10" margin="10">
<WEBVIEW url="https://appdaddy.co" width="500" height="300"/>
</BOX>
</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/>

Important Concepts