commit extjs-2.2.1
[extjs.git] / examples / core / spotlight.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5     <title>Spotlight Example</title>
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7
8     <!-- GC -->
9         <!-- LIBS -->
10         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
11         <!-- ENDLIBS -->
12
13     <script type="text/javascript" src="../../ext-all.js"></script>
14
15     <script language="javascript" src="Spotlight.js"></script>
16     <script language="javascript" src="spotlight-example.js"></script>
17
18     <!-- Common Styles for the examples -->
19     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
20     <style>
21         #demo-ct .x-table-layout-cell {
22             padding: 20px;
23         }
24     </style>
25 </head>
26 <body>
27 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
28
29 <h1>Spotlight</h1>
30
31 <p>This utility allows you to restrict input to a particular element by masking all other page content.</p>
32 <p>The js is not minified so it is readable. See <a href="spotlight-example.js">spotlight-example.js</a>.</p>
33
34 <div id="start-ct"></div>
35
36 </body>
37 </html>