1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
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" />
10 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
13 <script type="text/javascript" src="../../ext-all.js"></script>
15 <script language="javascript" src="Spotlight.js"></script>
16 <script language="javascript" src="spotlight-example.js"></script>
18 <!-- Common Styles for the examples -->
19 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
21 #demo-ct .x-table-layout-cell {
27 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
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>
34 <div id="start-ct"></div>