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>ComboBox - Live Search</title>
8 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
9 <script type="text/javascript" src="../../bootstrap.js"></script>
12 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
15 <script type="text/javascript" src="forum-search.js"></script>
16 <style type="text/css">
21 text-decoration: none;
33 .search-item h3 span {
48 <h1>Combo with Templates and Ajax</h1>
50 <p>This is a more advanced example that shows how you can combine <!--paging, -->Ext.Template and a
51 remote data store to create a "live search" feature. Try searching for terms like "form", or "grid".</p>
53 <p>Each item in the resulting list is a link which may be clicked to navigate to the found forum thread.</p>
55 <p>The js is not minified so it is readable. See <a href="forum-search.js">forum-search.js</a>.</p>