source: trunk/WebDID/ext-4.2.1.883/index.html@ 19801

Last change on this file since 19801 was 18350, checked in by tbretz, 9 years ago
Updated to v20r15
File size: 5.2 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <title>Welcome to Ext JS 4.2</title>
6 <meta name="description" content="Create amazing web apps built on web standards. Sencha Touch, HTML5 mobile app framework. Ext JS, cross-browser JavaScript framework. Ext GWT" />
7
8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9 <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
10
11 <link rel="stylesheet" type="text/css" media="screen, projection, print" href="welcome/css/welcome.css" />
12 <!--[if lt IE 9]>
13 <![endif]-->
14 <!--[if lt IE 8]>
15 <![endif]-->
16 <link rel="alternate" type="application/rss+xml" title="Sencha Blog" href="http://feeds.feedburner.com/SenchaBlog" />
17 <link rel="alternate" type="application/rss+xml" title="Sencha in the News" href="http://www.sencha.com/company/news-rss">
18 <link rel="alternate" type="application/rss+xml" title="Sencha Press Releases" href="http://www.sencha.com/company/press-rss">
19 <link rel="alternate" type="application/rss+xml" title="Careers at Sencha" href="http://www.sencha.com/company/careers-rss">
20
21 <script src="http://use.typekit.com/uxj6dew.js" type="text/javascript" charset="utf-8"></script>
22 <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
23 <!--[if lt IE 9]>
24 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript" charset="utf-8"></script>
25 <![endif]-->
26 <!--[if lt IE 7]>
27 <link rel="stylesheet" type="text/css" media="screen, projection" href="welcome/css/welcome_ie6.css" />
28 <![endif]-->
29</head>
30<body>
31 <div id="content">
32 <header>
33 <h5 id="logo"><a href="http://www.sencha.com">Sencha</a></h5>
34 </header>
35 <section id="page">
36 <div class="auto_columns two">
37 <div class="column">
38 <h2>Welcome to the <strong>Ext JS 4.2</strong>!</h2>
39 <p class="intro">Ext JS 4.2 is a pure JavaScript application framework that works everywhere from IE6 to the latest Chrome. It enables you to create the best cross-platform applications using nothing but a browser, and has a phenomenal API.</p>
40 <p class="button-group"><a href="examples/index.html" class="button-link inline">View the Examples</a> <a href="http://www.sencha.com/forum/forumdisplay.php?79-Ext-JS-Community-Forums-4.x" class="more-icon">Discuss Ext JS 4 on the forum</a></p>
41 </div>
42 <div class="column">
43 <img src="welcome/img/hero-extjs4-alt.png" id="feature-img" class="pngfix" />
44 <div class="auto_columns two" id="right">
45 <div class="column">
46 <h3>What&rsquo;s New</h3>
47 <p>We have also been posting summaries of new features and changes to <a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">our blog</a>:</p>
48 <ul class="type13">
49 <li><a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">Performance enhancement over 4.0</a></li>
50 <li><a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">Grid</a></li>
51 <li><a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">Border Layout</a></li>
52 <li><a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">XTemplate</a></li>
53 <li><a href="http://www.sencha.com/blog/whats-new-in-ext-js-4-1/">Overrides</a></li>
54 </ul>
55 <p><a href="http://www.sencha.com/products/extjs/" class="more-icon">Learn more on sencha.com</a></p>
56 <p><a href="docs/index.html" class="more-icon">API Docs</a></p>
57 <p><a href="release-notes.html" class="more-icon">Release Notes</a></p>
58 </div>
59 <div class="column">
60 <h3>Upgrading</h3>
61 <p>Check out our <a href="docs/#!/guide/upgrade">upgrade guide</a> to see what has changed.</p>
62 <p>Sencha also offers <a href="http://www.sencha.com/training/">training courses</a> and <a href="http://www.sencha.com/support/services/">professional services</a> for companies wishing to use Ext JS 4.</p>
63 </div>
64 </div>
65
66 </div>
67 </div>
68 </section>
69 <footer>
70 <ul class="zero inline-social">
71 <li><a href="http://twitter.com/sencha" class="twitter">Twitter</a></li>
72 <li><a href="http://www.facebook.com/senchainc" class="facebook">Facebook</a></li>
73 <li><a href="http://notes.sencha.com/" class="tumblr">Tumblr</a></li>
74 <li><a href="http://j.mp/sencha-in" class="linkedin">LinkedIn</a></li>
75 <li><a href="http://feeds.feedburner.com/SenchaBlog" class="rss">RSS Feed</a></li>
76 <li><a href="http://www.vimeo.com/sencha" class="vimeo">Vimeo</a></li>
77 </ul>
78 <p>&copy; 2012 Sencha</p>
79 </footer>
80 </div>
81</body>
82</html>
Note: See TracBrowser for help on using the repository browser.