download
http://www.sencha.com/products/touch/thank-you/
Developer Center
http://developer.sencha.com/product/touch
Guides for Sencha Architect 3
http://docs.sencha.com/architect/3/#!/guide
Getting Started with Sencha Touch
http://docs.sencha.com/touch/2.3.1/#!/guide/getting_started
Begin your first APP
http://docs.sencha.com/touch/2.3.1/#!/guide/first_app
Examples
http://docs.sencha.com/touch/2.3.1/#!/example
http://docs.sencha.com/touch/2.3.1/touch-build/examples/forms/index.html
http://docs.sencha.com/touch/2.3.1/touch-build/examples/overlays/index.html
sencha web start
sencha -sdk ../www/touch-2.3.1 generate app MyApp ../www/MyApp
sencha-4.0.1.45 web start
sencha web start
sencha -sdk ../www/touch-2.3.1 generate app MyApp ../www/MyApp
sencha fs web start -map /Users/zhaoyao/Downloads/CityBars-master/CityBars2/
sencha fs web start -map /Users/zhaoyao/Documents/MyAppMvc1
/Users/zhaoyao/bin/Sencha/Cmd
sencha fs web start -map /Users/zhaoyao/Documents/publish/CityBars2
sencha fs web start -map /Users/zhaoyao/Documents/CityBars2
latitude:37.785834 longitude:-122.406417
Ext.MessageBox
Ext.Msg.alert('Application launched');
parseEvent: function(e) {
var me = this,
target = Ext.fly(e.getTarget()).findParent('.' + Ext.baseCSSPrefix + 'list-item', 8),
item = Ext.getCmp(target.id);
return [me, item, item.$dataIndex, e];
}