new CustomListList()
        A List of CustomLists
    
    
    
    
    
    
    
    
    
- Source:
- CustomList/CustomListList.js, line 35
 
- See:
Properties:
| Name | Type | Description | 
|---|---|---|
| customLists | Array | Array of Custom Lists. | 
Example
Load projects
		var customListList = new CustomListList();
		customListList.load({
			onSuccess: function(){
				alert('List Loaded'+customListList.customLists.length+' custom lists on list');
			},
			onFailure:function(err){alert(err.responseText);}
		});Methods
- 
    generateUrl()
- 
    
    
    Overrides Resource's generateUrl method to return the request url- Source:
- CustomList/CustomListList.js, line 54
 
- See:
 
- 
    loadPreset()
- 
    
    
    Overrides Resource's loadPreset method.- Source:
- CustomList/CustomListList.js, line 48
 
- See:
 
- 
    loadSet(rObject)
- 
    
    
    Overrides Resource's loadSet method to set local variables after request.Parameters:Name Type Description rObjectjson JSON representation of the loaded data. - Source:
- CustomList/CustomListList.js, line 64
 
- See:
 
