File: index.html

package info (click to toggle)
libjs-extjs 3.0.3%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 48,024 kB
  • ctags: 4,182
  • sloc: php: 819; xml: 537; sql: 44; makefile: 33
file content (36 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html lang="en" xmlns:ext="http://extjs.com/docs">
<head>
    <title>Ext 3.0 - API Documentation</title>
    <link rel="stylesheet" href="../resources/css/ext-all.css" />
    <link rel="stylesheet" href="resources/docs.css"></link>
    <link rel="stylesheet" href="resources/style.css"></link>
</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>

    <!-- include everything after the loading indicator -->
    <script src="../adapter/ext/ext-base.js"></script>
    <script src="../ext-all.js"></script>
    <script src="resources/TabCloseMenu.js"></script>
    <script src="resources/docs.js"></script>
    <script src="output/tree.js"></script>

    <div id="header">
        <a href="http://extjs.com" style="float:right;margin-right:10px;"><img src="resources/extjs.gif" style="width:83px;height:24px;margin-top:1px;"/></a>
        <div class="api-title">Ext 3.0 - API 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>