WEBVIEW - AppDaddy-Software-Solutions-Inc/framework-markup-language GitHub Wiki
<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>