Class ZmDomainList
Extends
ZmModel.
This class represents a list of domains that have shown up in email addresses.
Defined in: ZmDomainList.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
|
Method Summary
Method Attributes |
Method Name and Description |
|
Gets a sorted list of domains matching the given string (if any).
|
- Methods borrowed from class ZmModel:
- addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmDomainList()
Method Detail
search(str, limit, callback)
Gets a sorted list of domains matching the given string (if any).
- Parameters:
-
{String} str
- the string to search for
-
{int} limit
- the max number of domains to return
-
{AjxCallback} callback
- the callback to run when response is received
|