Class BaseNode
Abstract node. [abstract]
Defined in: jtemplates.js.
Constructor Attributes | Constructor Name and Description |
---|---|
BaseNode()
[abstract]
|
Method Attributes | Method Name and Description |
---|---|
<static> |
BaseNode.get(d, param, element, deep)
Process node and get the html string.
|
Method Detail
<static>
{String}
BaseNode.get(d, param, element, deep)
Process node and get the html string. [abstract]
- Parameters:
- {object} d
- data
- {object} param
- parameters
- {Element} element
- a HTML element
- {Number} deep
- Returns:
- {String}