new AJAXController()
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
path |
string | The path from which to request data. |
queryParameter |
string | The name of the paramter in the request to Controller~path |
_latestCall |
Object | Cached ajax call. Aborted if a new search is made. |
Extends
- Controller
Methods
-
<private> _callback(data)
-
Munges the callback data
Parameters:
Name Type Description dataarray - Source:
-
search(qry, callback)
-
Parameters:
Name Type Description qryString callbacksearchCallback - Source: