| changeset 0 | 40c8f766c9b8 |
| -1:000000000000 | 0:40c8f766c9b8 |
|---|---|
1 <html> |
|
2 <head> |
|
3 <title>Combo Box Demo</title> |
|
4 <script type="text/javascript" src="combo-box.js"></script> |
|
5 </head> |
|
6 <body> |
|
7 <p>This is a sample of how to use the combo box.</p> |
|
8 |
|
9 <form action="/" method="get"> |
|
10 <select name="editable" onKeyPress="edit(event)" onBlur="this.editing = |
|
11 false;"> |
|
12 <option>To create a new option, just start typing</option> |
|
13 </select> |
|
14 </form> |
|
15 </body> |
|
16 </html> |