/[bfilter]/trunk/combo.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/combo.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by dpavlin, Tue Sep 14 22:43:16 2004 UTC revision 24 by dpavlin, Tue Sep 14 22:55:40 2004 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2  <HTML>  <HTML>
3  <HEAD>  <HEAD>
4  <TITLE> New Document </TITLE>  <TITLE>Combobox example</TITLE>
5    
6  <style type="text/css">  <style type="text/css">
7  #textfilterholder {  #textfilterholder {
# Line 38  z-index:10; Line 38  z-index:10;
38    
39    
40  <script type="text/javascript" src="bfilter.js"></script>  <script type="text/javascript" src="bfilter.js"></script>
41    <script type="text/javascript" src="combo-test.js"></script>
42  <script type="text/javascript">  <script type="text/javascript">
43    
 var headlines = new Object();  
 headlines['ad'] = [  
   ['thes/232.html','adacta']  
 , ['thes/232.html','added']  
 , ['thes/232.html','addenda']  
 , ['thes/232.html','adlib']  
 ];  
   
 headlines.min_len = 2;  
 headlines.length = 4;  
   
44  var combo_active = 1;  var combo_active = 1;
45    
46  function combo_onKeyDown(event) {  function combo_onKeyDown(event) {
# Line 119  value=""></div> Line 109  value=""></div>
109  <div id="results">  <div id="results">
110  </div>  </div>
111    
 <div id="status">  
112  </div>  </div>
113    
114    <div id="status">
115  </div>  </div>
116    
117    <div style="color: #a0a0a0">
118  Text  If this combobox isn't working for you, try running <tt>make combo</tt> to create
119    example data from first 10000 words in <tt>/usr/share/dict/words</tt>.
120    </div>
121    
122  </BODY>  </BODY>
123  </HTML>  </HTML>

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26