Changeset 13288 for dijit/trunk/tests/form/test_ComboBox.html
- Timestamp:
- 04/08/08 15:38:57 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/form/test_ComboBox.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/form/test_ComboBox.html
r13269 r13288 205 205 </div> 206 206 <hr> 207 <p>ComboBox #4: url, autoComplete=false required=true :</p>207 <p>ComboBox #4: url, autoComplete=false required=true and highlightMatch=false</p> 208 208 <label for="combobox4">US State test 4: </label> 209 209 <input dojoType="dijit.form.ComboBox" … … 218 218 id="combobox4" 219 219 required="true" 220 highlightMatch="false" 220 221 > 221 222 <span>Value: <input id="value4" disabled></span>