Изменения

SimpleAutocomplete/en

Нет изменений в размере, 07:48, 6 марта 2013
м
Нет описания правки
; onChangeListener(hint, index): Callback which is called when input value is changed using this dropdown. index is the number of element which selection is changed, starting with 0. It must be used instead of normal 'onchange' event.
; emptyText: Text to show when dataLoader returns no options. Empty (default) means 'hide hint'.
: ; prompt: HTML text to be displayed before a non-empty option list. Empty by default.
; 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.