KoolAutoCompleteItem Class [Javascript]

Summary

Properties Description
id Get the id of item
Methods Description
getData Get data of the item
enable Set whether the item is enabled
isEnabled Return true if the item is enabled
setVisible Set the visibility of an item
select Make the item selected

Properties Detail

idTop

string id

Get the id of item

Show/Hide Code

Supported from version: 1.0.0.1

Methods Detail

getDataTop

array getData()

Get data of the item

Show/Hide Code

Supported from version: 1.0.0.0

enableTop

void enable()

Set whether the item is enabled

Show/Hide Code

Supported from version: 1.0.0.0

isEnabledTop

bool isEnabled()

Return true if the item is enabled

Show/Hide Code

Supported from version: 1.0.0.0

setVisibleTop

void  setVisible()

Set the visibility of an item

Show/Hide Code

Supported from version: 1.0.0.0

selectTop

void select()

Make the item selected

Show/Hide Code

Supported from version: 1.0.0.0