mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00

Add prompts with inputType password and email. https://github.com/NativeScript/NativeScript/issues/3118
12 lines
519 B
XML
12 lines
519 B
XML
<Page loaded="pageLoaded">
|
|
<StackLayout>
|
|
<Label text="{{ name }}" id="label" style="text-align:center;" />
|
|
<Button text="action" tap="{{ actionName }}" />
|
|
<Button text="alert" tap="{{ alertName }}" />
|
|
<Button text="confirm" tap="{{ confirmName }}" />
|
|
<Button text="login" tap="{{ loginName }}" />
|
|
<Button text="promptText" tap="{{ promptText }}" />
|
|
<Button text="promptPass" tap="{{ promptPass }}" />
|
|
<Button text="promptEmail" tap="{{ promptEmail }}" />
|
|
</StackLayout>
|
|
</Page> |