Skip to content

Instantly share code, notes, and snippets.

@milon120203
Created October 22, 2019 18:40
Show Gist options
  • Save milon120203/47d43380da5ede25c0bcb1bf2f763e74 to your computer and use it in GitHub Desktop.
Save milon120203/47d43380da5ede25c0bcb1bf2f763e74 to your computer and use it in GitHub Desktop.
setting texfield value from xml file as data property
<Alloy>
<Window layout="vertical">
<TextField top="50" id="Text1" onClick="onClick" width="80%">86.6</TextField>
</Window>
</Alloy>
@milon120203
Copy link
Author

Screenshot 2019-10-23 at 12 08 29 AM
This one also returns 86.6 as Textfield value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment