Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <Page loaded="loaded">
  2. <FlexboxLayout>
  3. <StackLayout>
  4. <Button class="btn btn-primary" text="Test" tap="login" />
  5. </StackLayout>
  6. </FlexboxLayout>
  7. </Page>
  8.  
  9. var dialogsModule = require("tns-core-modules/ui/dialogs");
  10.  
  11. exports.login = function () {
  12. dialogsModule.alert("test");
  13. };
Add Comment
Please, Sign In to add comment