Constructor
new List()
Properties:
Name | Type | Description |
---|---|---|
autoLoad |
string | |
tpl |
string |
- Implements:
Extends
Methods
create()
Extend this class to create your UI.
- Inherited From:
destroy()
Destroy the outlet
- Inherited From:
findEl(selector) → {jQuery}
Search a class or selector in the container, like $.find()
Parameters:
Name | Type | Description |
---|---|---|
selector |
string |
- Inherited From:
Returns:
- Type
- jQuery
getEl() → {jquery}
Return jEl element. Generally the main object.
- Inherited From:
Returns:
the main jQuery element
- Type
- jquery
render()
Redefine this method to render your UI
updateStore() → {type}
Returns:
- Type
- type