mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
6 lines
158 B
XML
6 lines
158 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout>
|
|
<TextField id="textField1" text="{{ author ? 'by ' + author : '[no author]' }}" />
|
|
</StackLayout>
|
|
</Page>
|