mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
410 B
XML
10 lines
410 B
XML
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
|
|
<StackLayout orientation="vertical">
|
|
<Label text="console.log()" id="label" />
|
|
<Button text="true" tap="onTapTrue" />
|
|
<Button text="false" tap="onTapFalse" />
|
|
<Button text="text" tap="onTapText" />
|
|
<Button text="null" tap="onTapNull" />
|
|
<Button text="undefined" tap="onTapUndefined" />
|
|
</StackLayout>
|
|
</Page> |