Created
November 1, 2019 16:32
-
-
Save MotiurRahman/f5561fd6fb62c2002731de5bb5379045 to your computer and use it in GitHub Desktop.
TextField Value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.index.open(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"#Text1":{ | |
height: 50, | |
width: Ti.UI.FILL, | |
top: 50, | |
backgroundColor:"red", | |
value: "86.6" | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Alloy> | |
<Window layout="vertical"> | |
<TextField id="Text1" /> | |
</Window> | |
</Alloy> |
Author
MotiurRahman
commented
Nov 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment