source: trunk/web/addons/job_monarch/lib/extjs-30/examples/core/spotlight.html @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.2 KB
Line 
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="../ux/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 type="text/css">
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>
Note: See TracBrowser for help on using the repository browser.