Class BaseArray
Extends
BaseNode.
Abstract array/collection. [abstract]
Defined in: jtemplates.js.
Constructor Attributes | Constructor Name and Description |
---|---|
[abstract]
|
Method Attributes | Method Name and Description |
---|---|
<static> |
BaseArray.push(e)
Add node 'e' to array.
|
Method Detail
<static>
BaseArray.push(e)
Add node 'e' to array.
- Parameters:
- {BaseNode} e
- a node