Class opFOREACH

Defined in jtemplates.js

A class represent: {#foreach}.


Constructor Summary
opFOREACH(oper, par, template)
            Create a new loop node.
 
Method Summary
 String get(d, param, element, deep)
           Process loop and get the html string.
 BaseNode getParent()
           Get a parent node.
push(e)
           Add node 'e' to array.
switchToElse()
           Switch from collection onTrue to onFalse.
 
Methods inherited from class
BaseArray()


Constructor Detail

opFOREACH

opFOREACH(oper, par, template)

Method Detail

get

String get(d, param, element, deep)

getParent

BaseNode getParent()

push

push(e)

switchToElse

switchToElse()

Documentation generated by JsDoc Toolkit 1.3.0 on Sun Aug 31 2008 18:50:17 GMT+0200 (CEST)