mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
8 lines
299 B
XML
8 lines
299 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>
|