Скачиваний:
78
Добавлен:
02.05.2014
Размер:
1.38 Кб
Скачать

div.console { position:absolute; top:12px; left:640px; width:420px; height:500px; overflow:auto; border: solid black 1px; background-color: #eef0ff; } div.urgent{ color:red; font-size:14pt; } var suggestOptions = { matchAnywhere : true, ignoreCase : true }; var logger=null; function injectSuggestBehavior() { logger=new console.Console('console'); suggest = new TextSuggest( 'field1', 'typeAheadXML.xml', suggestOptions ); } AutoComplete Text Box:

Соседние файлы в папке refactor