Liking cljdoc? Tell your friends :D

dk.salza.liq.apps.typeaheadapp

A general app for doing typeahead It needs a list to choose from and a to-string function to display and filter the list.

A general app for doing typeahead
It needs a list to choose from and a to-string
function to display and filter the list.
raw docstring

delete-charclj

(delete-char)
source

executeclj

(execute)
source

keymapclj

source

next-resclj

(next-res)
source

prev-resclj

(prev-res)
source

runclj

(run items tostringfun callback)

Items is a list of items. tostringfun is a function that takes an item and represent it as a string for filtering and display. The callback takes an item as input. The callback will be executed with the result.

Items is a list of items.
tostringfun is a function that takes
an item and represent it as a string
for filtering and display.
The callback takes an item as input.
The callback will be executed with the
result.
sourceraw docstring

stateclj

source

update-displayclj

(update-display)
source

(update-search ch)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close