Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # IT:AD:Sencha Touch:Installation # <callout type="Navigation" class="small"> * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} </callout> ## Download ## * V1.1: * ... * V2.0: * Free Commercial License (for skysigal@xact): * [http://bit.ly/wldpLM](http://bit.ly/wldpLM) ## Mapping into IIS WebSite ## * Unpack (eg: `D:\IIS\touch\2.0\`) * In IIS create a virtual dir, mapped to it. ## First Test ## Example (Note: cut/paste from src due to MarkDown Munging): <!DOCTYPE html> <html> <head> <title>Sencha Spikes</title> <link rel="stylesheet" href="/touch/2.0/resources/css/sencha-touch.css" type="text/css"> <script type="text/javascript" src="/touch/2.0/sencha-touch-all-debug.js"></script> <!-- <script type="text/javascript" src="app.js"></script> --> <script type="text/javascript"> Ext.application( { name: 'Sencha', launch: function() {alert('launched');} } ); </script> </head> <body> </body> </html> ## Documentation ## As you noticed, the download package is rather large. That's because it contains a whole bunch of documentation. * [http://localhost/touch/1.1/docs](http://localhost/touch/1.1/docs) * [http://localhost/touch/2.0/docs](http://localhost/touch/2.0/docs) ## Customization ## /home/skysigal/public_html/data/pages/it/ad/sencha_touch/installation.txt Last modified: 2023/11/04 03:30by 127.0.0.1