Class Cycle
Extends
BaseNode.
A class represent: {#cycle}.
Defined in: jtemplates.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Cycle(oper)
Create a new cycle node.
|
Method Attributes | Method Name and Description |
---|---|
get(d, param, element, deep)
Do a step on cycle and return value.
|
Class Detail
Cycle(oper)
Create a new cycle node.
- Parameters:
- {string} oper
- content of operator {#..}
Method Detail
{String}
get(d, param, element, deep)
Do a step on cycle and return value.
- Parameters:
- {object} d
- data
- {object} param
- parameters
- {Element} element
- a HTML element
- {Number} deep
- Returns:
- {String}