Test page

This commit is contained in:
vakrilov
2017-04-11 18:28:01 +03:00
parent 4069bcea02
commit 33cb3e2c2f
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Page>
<GridLayout rows="* auto" columns="* * * *">
<WebView colSpan="3" src="someUrl | pathToLocalFile | htmlString" loaded="webViewLoaded" />
<Button row="1" col="0" text="rel" tap="loadRelative"/>
<Button row="1" col="1" text="abs" tap="loadAbsolute"/>
<Button row="1" col="2" text="file" tap="loadFile"/>
<Button row="1" col="3" text="str" tap="loadString"/>
</GridLayout>
</Page>