- Copyright:
- 2015-2018 Eoxia
- Source:
Members
(static) window.eoxiaJS.autoComplete :Object
[autoComplete description].
[autoComplete description]
Type:
- Object
- Source:
Methods
(static) window.eoxiaJS.autoComplete.clear(parent, label) → {void}
Clear data of the autocomplete.
Clear data of the autocomplete.
Parameters:
Name | Type | Description |
---|---|---|
parent |
||
label |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
- Type
- void
(static) window.eoxiaJS.autoComplete.close(event) → {void}
Close result list.
Close result list
Parameters:
Name | Type | Description |
---|---|---|
event |
void | [description] |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
[description]
- Type
- void
(static) window.eoxiaJS.autoComplete.deleteContent(event) → {void}
Delete the content and result list.
Delete the content and result list.
Parameters:
Name | Type | Description |
---|---|---|
event |
void | [description] |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
[description]
- Type
- void
(static) window.eoxiaJS.autoComplete.event() → {void}
[description].
[description]
- Source:
Returns:
[description]
- Type
- void
(static) window.eoxiaJS.autoComplete.handleProgressBar(parent, label) → {void}
Handle with of the progress bar.
Handle with of the progress bar.
Parameters:
Name | Type | Description |
---|---|---|
parent |
||
label |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
- Type
- void
(static) window.eoxiaJS.autoComplete.init() → {void}
[description].
[description]
- Source:
Returns:
[description]
- Type
- void
(static) window.eoxiaJS.autoComplete.initProgressBar(parent, label) → {void}
Handle progress bar.
Handle progress bar.
Parameters:
Name | Type | Description |
---|---|---|
parent |
||
label |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
- Type
- void
(static) window.eoxiaJS.autoComplete.keyUp(event) → {void}
Make request when keyUp.
Make request when keyUp.
Parameters:
Name | Type | Description |
---|---|---|
event |
KeyboardEvent | Status of keyboard when keyUp event. |
- Version:
- 1.0.0
- Since:
- 1.0.0
- Source:
Returns:
- Type
- void