Изменения

Перейти к: навигация, поиск

SimpleAutocomplete/en

179 байтов добавлено, 13:42, 4 сентября 2014
м
Нет описания правки
; delay: If this is set to a non-zero value, the autocompleter does no more than 1 request in each delay milliseconds.
; moreMarker: The server supplying hint options usually limits their count. But it's not always convenient having to type additional characters to narrow down the selection. Optionally you can supply additional item with special value equal to moreMarker value or '#MORE' at the end of the list, and SimpleAutocomplete will issue another request to dataLoader with incremented 'more' parameter when it will be clicked. You can also set moreMarker to false to disable this feature.
; persist: If true, the hint layer will never be hidden. You can use it to create multiselect-like controls (see example at the homepage).
; className: CSS class name for the hint layer. Default is 'hintLayer'.
When you don't need SimpleAutocomplete instance any more, you can destroy it with:
== Demo ==
 
== Демонстрация ==
<html>

Навигация