Skip to content

Instantly share code, notes, and snippets.

@MotiurRahman
Created November 1, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MotiurRahman/f5561fd6fb62c2002731de5bb5379045 to your computer and use it in GitHub Desktop.
Save MotiurRahman/f5561fd6fb62c2002731de5bb5379045 to your computer and use it in GitHub Desktop.
TextField Value
$.index.open();
"#Text1":{
height: 50,
width: Ti.UI.FILL,
top: 50,
backgroundColor:"red",
value: "86.6"
}
<Alloy>
<Window layout="vertical">
<TextField id="Text1" />
</Window>
</Alloy>
@MotiurRahman
Copy link
Author

Simulator Screen Shot - iPhone 8 - 2019-11-01 at 22 32 15

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