Blend Web Mix - Benjamin Clay - Octobre 2014
Blend Web Mix - Benjamin Clay - Octobre 2014
Blend Web Mix - Benjamin Clay - Octobre 2014
http://www.eco-conscient.com/art-1092-france-quelle-part-de-marche-pour-android-et-iphone-en-fevrier-2011.html
ಠ_ಠ
GUI
CLI
function doClick(e) {
alert($.label.text);
}
$.index.open();
<Alloy>
<Window class="container">
<Label id="label" onClick="doClick">Hello, World</Label>
</Window>
</Alloy>
".container": {
backgroundColor:"white"
}
"Label": {
width: Ti.UI.SIZE,
height: Ti.UI.SIZE,
color: "#000"
}
"#label": {
font: {
fontSize: 12
}
}
https://github.com/ternel/tialloy-intro-talk-source
Ti.App.fireEvent('questions');