Class actioncenter.ContributionTypeTabArray
The array of contribution type tabs. The purpose of this array is to store all the panel objects
that are going to be the children of this tab panel.
Defined in: contributionsubpanels.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
The list of contribution type objects.
|
Method Attributes | Method Name and Description |
---|---|
getList()
Returns the list of contribution type objects.
|
|
register(object, order)
Registers the specified object in the list under the specified index.
|
Field Detail
list
The list of contribution type objects.
- Default Value:
- []
Method Detail
getList()
Returns the list of contribution type objects.
- Returns:
- the list
register(object, order)
Registers the specified object in the list under the specified index.
- Parameters:
- object
- the object to insert into the list
- {int} order
- the list index