mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
8 lines
241 B
XML
8 lines
241 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout>
|
|
<TextField id="textField1" text="{{ !varFalse }}" />
|
|
<TextField id="textField2" text="{{ !varTrue }}" />
|
|
<TextField id="textField3" text="{{ !!varText }}" />
|
|
</StackLayout>
|
|
</Page>
|