Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / examples / docs / index.html
diff --git a/examples/docs/index.html b/examples/docs/index.html
new file mode 100644 (file)
index 0000000..9b2c751
--- /dev/null
@@ -0,0 +1,44 @@
+<html lang="en" xmlns:ext="http://www.sencha.com/docs">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ExtJS 3.3.0 UX Documentation</title>
+    <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" />
+    <link rel="stylesheet" type="text/css" href="resources/css/xtheme-gray.css" />
+    <link rel="stylesheet" type="text/css" href="resources/docs.css" />
+       <link rel="stylesheet" type="text/css" href="resources/style.css" />    
+    <link rel="shortcut icon" href="resources/favicon.ico" />
+       <link rel="icon" href="resources/favicon.ico" />
+       <style type="text/css"></style>
+       <!-- GC -->
+    <script type="text/javascript" src="resources/ext-base.js"></script>
+    <script type="text/javascript" src="resources/ext-all.js"></script>
+    <script type="text/javascript" src="resources/TabCloseMenu.js"></script>
+    <script type="text/javascript" src="resources/docs.js"></script>
+    <script type="text/javascript" src="output/tree.js"></script>
+</head>
+<body scroll="no" id="docs">
+  <div id="loading-mask" style=""></div>
+  <div id="loading">
+    <div class="loading-indicator"><img src="resources/extanim32.gif" width="32" height="32" style="margin-right:8px;" align="absmiddle"/>Loading...</div>
+  </div>
+
+  <div id="header">
+    <img style="margin-left: 5px" src="resources/title-ux.png">
+
+    <div style="float:right; margin-top: 15px;margin-right: 10px;color: #CCC">
+        <a href="http://dev.sencha.com/deploy/dev/examples/" style="padding:5px">examples</a> | 
+        <a href="http://www.sencha.com/" style="padding:5px">sencha.com</a>
+    </div>
+<!--   <div class="api-title">ExtJS 3.3.0 UX Documentation</div> -->
+  </div>
+
+  <div id="classes"></div>
+
+  <div id="main"></div>
+  <select id="search-options" style="display:none">
+    <option>Starts with</option>
+    <option>Ends with</option>
+    <option>Any Match</option>
+</select>
+  </body>
+</html>