Files
NativeScript/apps/ui-tests-app/pages/handlers.xml
2015-08-12 16:04:23 +03:00

7 lines
245 B
XML

<Page loaded="pageLoaded">
<StackLayout>
<Label text="Handlers as exports" tap="tapAction" doubleTap="doubleTapAction" />
<Label text="Bound handlers" tap="{{ tapAction }}" doubleTap="{{ doubleTapAction }}" />
</StackLayout>
</Page>