ui.autocompleteinput

innovaphone.ui1.AutoCompleteInputConfig(inputStyle, inputCl, suggestionStyle, suggestionCl, suggestionHighlightCl, dropDownCl)

inputStyle
style definitions for the input element
inputCl
class for the input element
suggestionStyle
style definitions for the suggestion divs
suggestionCl
class for the suggestion divs
suggestionHighlightCl
class for a highlighted suggestion div
dropDownCl
class for the surrounding dropdown "box"

innovaphone.ui.AutoCompleteInput(style, cl, config)

Members

container
style
exposes input.style

Functions

setDataCallBack(dataCallBack)
Set a callback function - dataCallBack(value) - that will return the autocomplete values. The function should return an array of string based on the value argument, where value is the current value from the input text
value()
returns the current value of the input
setValue(value)
sets a new value
focus()
sets the focus on the element
setSelectionRange(start, end)
setMaxLength(maxLength)
sets the maximum input length
addEventListener(type, listener)
adds events to the input element
setWidth(width)
sets the input field width
setPlaceHolder(placeHolder)
sets input.placeHolder (HTML5)
setOnEnter(onEnter)
sets a function which is executed on keydown enter
setOnChange(func)
executed if input value has changed
checked()
get checked member of checkbox
check(checked)
de-/activate checkbox
setType(type)
set input.type
hasChanged()
input value has changed?
setTitle (title)
enable()
disable()
isDisabled()