mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
8 lines
283 B
XML
8 lines
283 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout>
|
|
<TextField id="textField1" text="{{ varTrue && varFalse }}" />
|
|
<TextField id="textField2" text="{{ varTrue || varFalse }}" />
|
|
<TextField id="textField3" text="{{ varTrue && varFalse || varText }}" />
|
|
</StackLayout>
|
|
</Page>
|