| string | type | Event type, must be declared when class is installed. |
| ... | more | Zero or more arguments. |
| JX.Event | Event object which was dispatched. |
| string | type | Type of event to listen for. |
| function | callback | Function to call when this event occurs. |
| object | A reference to the installed listener. You can later remove the listener by calling this object's remove() method. |
| Node | hardpoint | "Hardpoint", basically an anchorpoint in the document which the typeahead can append its suggestion menu to. |
| Node? | control | Actual ##<input />## to use; if not provided, the typeahead will just look for a (solitary) input inside the hardpoint. |
| JX.TypeaheadDatasource | datasource | The datasource which the typeahead will draw from. |
This method is not documented.
| node | input | An <input /> node to use as the primary control. |
| list | results | List of ##<a />## tags to show as suggestions/results. |
| string | value | The query this result list corresponds to. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
| JX.Event | e | User event, like a click or keypress. |
This method is not documented.
| string | string | Placeholder string, or null for no placeholder. |