Class UserVariable
Extends
BaseNode.
A class represent: {#var}.
Defined in: jtemplates.js.
Constructor Attributes | Constructor Name and Description |
---|---|
UserVariable(oper, templ)
Create new node for {#var}.
|
Method Attributes | Method Name and Description |
---|---|
get(d, param, element, deep)
Return value of selected variable.
|
Class Detail
UserVariable(oper, templ)
Create new node for {#var}.
- Parameters:
- {string} oper
- content of operator {#..}
- {Template} templ
- template
Method Detail
{String}
get(d, param, element, deep)
Return value of selected variable.
- Parameters:
- {object} d
- data
- {object} param
- parameters
- {Element} element
- a HTML element
- {Number} deep
- Returns:
- {String} calling of function ReturnRefValue (as text string)