it:ad:sencha_touch:installation

IT:AD:Sencha Touch:Installation

  • Unpack (eg: D:\IIS\touch\2.0\)
  • In IIS create a virtual dir, mapped to it.

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>

As you noticed, the download package is rather large. That's because it contains a whole bunch of documentation.

  • /home/skysigal/public_html/data/pages/it/ad/sencha_touch/installation.txt
  • Last modified: 2023/11/04 03:30
  • by 127.0.0.1