Изменения

SimpleAutocomplete/en

24 байта добавлено, 18:21, 5 марта 2013
м
Usage
; input: The input, either id or DOM element reference (the input must have an id anyway).
; dataLoader(hint, value[, more]): Callback which should load autocomplete options and then call <tt>hint.replaceItems(newOptions, append);</tt>, where
:: ; newOptions = : [ [ name, value, disabled, checked ] ], [ name, value ], ... ]::: ; name = : HTML option name::: ; value = : plaintext option value::: ; disabled = : only meaningful when multipleListener is set::: ; checked = : only meaningful when multipleListener is set:: ; append = (: 'more>0)' parameter should be passed here
: Callback parameters:
:; hint: This SimpleAutocomplete object