Class SweetDevRia.CollapseManager
Extends
RiaComponent, RiaComponent.
Defined in: CollapseManager.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This is the Collapse Manager component class
|
Method Attributes | Method Name and Description |
---|---|
addCollapse(collapseId)
Add a collapse to this manager
|
|
<private> |
This method is called automatically at the page load
|
Class Detail
SweetDevRia.CollapseManager(id)
This is the Collapse Manager component class
- Parameters:
- {String} id
- Id of this collapse manager
Method Detail
addCollapse(collapseId)
Add a collapse to this manager
- Parameters:
- {String} collapseId
- The identifiant of the new collapse to manage
<private>
initialize()
This method is called automatically at the page load