3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>ComboBox - Live Search</title>
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <script type="text/javascript" src="../../bootstrap.js"></script>
11 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
14 <script type="text/javascript" src="forum-search.js"></script>
15 <style type="text/css">
29 .search-item h3 span {
44 <h1>Combo with Templates and Ajax</h1>
46 <p>This is a more advanced example that shows how you can combine <!--paging, -->Ext.Template and a
47 remote data store to create a "live search" feature. Try searching for terms like "form", or "grid".</p>
49 <p>The js is not minified so it is readable. See <a href="forum-search.js">forum-search.js</a>.</p>