Skip to content

Instantly share code, notes, and snippets.

@nappa7878
Created May 6, 2011 13:16
Show Gist options
  • Save nappa7878/958936 to your computer and use it in GitHub Desktop.
Save nappa7878/958936 to your computer and use it in GitHub Desktop.
テキストフィールドの設定
var tf1 = Titanium.UI.createTextField({
color:'#336699',
top:10,
left:10,
width:250,
height:40,
hintText:'hintText',
keyboardType:Titanium.UI.KEYBOARD_DEFAULT,
returnKeyType:Titanium.UI.RETURNKEY_DEFAULT,
borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment