newindex.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <html>
  2. <head>
  3. <title>Ext JS 4.1 Examples</title>
  4. <style type="text/css">
  5. #all-demos {
  6. }
  7. #all-demos dd {
  8. cursor:pointer;
  9. float:left;
  10. height:100px;
  11. margin:5px 5px 5px 10px;
  12. width:300px;
  13. zoom:1;
  14. }
  15. #all-demos dd img {
  16. border: 1px solid #ddd;
  17. float:left;
  18. height:90px;
  19. margin:5px 0 0 5px;
  20. width:120px;
  21. }
  22. #all-demos dd div {
  23. float:left;
  24. margin-left:10px;
  25. width:160px;
  26. }
  27. #all-demos dd h4 {
  28. color:#555;
  29. font-size:11px;
  30. font-weight:bold;
  31. }
  32. #all-demos dd p {
  33. color:#777;
  34. }
  35. #all-demos dd.over {
  36. background: #F5FDE3 url(shared/extjs/images/sample-over.gif) no-repeat;
  37. }
  38. #loading-mask{
  39. background-color:white;
  40. height:100%;
  41. position:absolute;
  42. left:0;
  43. top:0;
  44. width:100%;
  45. z-index:20000;
  46. }
  47. #loading{
  48. height:auto;
  49. position:absolute;
  50. left:45%;
  51. top:40%;
  52. padding:2px;
  53. z-index:20001;
  54. }
  55. #loading a {
  56. color:#225588;
  57. }
  58. #loading .loading-indicator{
  59. background:white;
  60. color:#444;
  61. font:bold 13px Helvetica, Arial, sans-serif;
  62. height:auto;
  63. margin:0;
  64. padding:10px;
  65. }
  66. #loading-msg {
  67. font-size: 10px;
  68. font-weight: normal;
  69. }
  70. #all-demos .x-panel-body {
  71. background-color:#fff;
  72. border:1px solid;
  73. border-color:#fafafa #fafafa #fafafa #fafafa;
  74. }
  75. #sample-ct {
  76. border:1px solid;
  77. border-color:#dadada #ebebeb #ebebeb #dadada;
  78. padding:2px;
  79. font: 11px tahoma,arial,helvetica,sans-serif
  80. }
  81. #all-demos h2 {
  82. border-bottom: 2px solid #99bbe8;
  83. cursor:pointer;
  84. padding-top:6px;
  85. }
  86. #all-demos h2 div {
  87. background:transparent url(../resources/themes/images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
  88. color:#3764a0;
  89. font:bold 11px Helvetica, Arial, sans-serif;
  90. padding:4px 4px 4px 17px;
  91. }
  92. #all-demos .collapsed h2 div {
  93. background-position: 3px 3px;
  94. }
  95. #all-demos .collapsed dl {
  96. display:none;
  97. }
  98. .x-window {
  99. text-align:left;
  100. }
  101. #all-demos dd h4 span.new-sample{
  102. color: red;
  103. }
  104. #all-demos dd h4 span.updated-sample{
  105. color: blue;
  106. }
  107. li {
  108. list-style: inherit !important;
  109. }
  110. </style>
  111. </head>
  112. <body>
  113. <div id="loading-mask" style=""></div>
  114. <div id="loading">
  115. <div class="loading-indicator">
  116. <img src="shared/extjs/images/extanim32.gif" width="32" height="32" style="margin-right:8px;float:left;vertical-align:top;"/>Ext JS 4.1 - <a href="http://www.sencha.com">sencha.com</a>
  117. <br /><span id="loading-msg">Loading styles and images...</span>
  118. </div>
  119. </div>
  120. <div id="viewport">
  121. <div id="hd">
  122. <a href="http://www.sencha.com" id="logo"><img src="../welcome/img/logo-sencha-sm.png" alt="Sencha" width="120" height="50" /></a>
  123. </div>
  124. <div id="bd">
  125. <h1 id="pagetitle">
  126. Ext JS 4.1 Samples
  127. <div>
  128. <a href="../docs/index.html">View Documentation</a>
  129. <a href="../release-notes.html">Release Notes</a>
  130. <a href="../docs/index.html#!/guide/upgrade">Upgrade Overview</a>
  131. </div>
  132. </h1>
  133. <div class="left-column">
  134. <div id="sample-spacer" style="height:800px;"></div>
  135. <link rel="stylesheet" type="text/css" href="../resources/css/ext-all.css" />
  136. <link rel="stylesheet" type="text/css" href="shared/extjs/css/extjs.css" />
  137. <!-- GC -->
  138. <script type="text/javascript">document.getElementById('loading-msg').innerHTML = 'Loading Core API...';</script>
  139. <script type="text/javascript" src="../ext-all-debug.js"></script>
  140. <script type="text/javascript">document.getElementById('loading-msg').innerHTML = 'Loading UI Components...';</script>
  141. <script type="text/javascript">document.getElementById('loading-msg').innerHTML = 'Initializing...';</script>
  142. <!-- App.js contains Ext.App, a simple, re-usable Application component -->
  143. <script type="text/javascript" src="shared/extjs/App.js"></script>
  144. <script type="text/javascript" src="shared/extjs/site.js"></script>
  145. <script type="text/javascript" src="examples.js"></script>
  146. <script type="text/javascript" src="init.js"></script>
  147. <div id="all-demos">
  148. </div>
  149. </div>
  150. <div class="right-column">
  151. <div class="side-box"><div class="side-box-inner">
  152. <ul id="sample-menu" class="features"></ul>
  153. </div></div>
  154. </div>
  155. <div style="clear:both"></div>
  156. </div><!-- end bd -->
  157. <div id="ft">
  158. <div class="copy">&copy; 2006-2012 Sencha Inc.</div>
  159. </div>
  160. </div><!-- end viewport -->
  161. </body>
  162. </html>