Zimlet JavaScript API Reference - ZmDomainList

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
 
search(str, limit, callback)
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

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)