![]() |
![]()
| ![]() |
![]()
NAMEExcel::Template::Element::Var - Excel::Template::Element::Var PURPOSETo provide parameter substitution. NODE NAMEVAR INHERITANCEExcel::Template::Element ATTRIBUTES
CHILDRENNone EFFECTSNone DEPENDENCIESThis will only be used within CELL tags. USAGEThis is used exactly like HTML::Template's TMPL_VAR. There is one exception - since you can have variable names inside the parameters, you can do something like: <loop name="LOOPY"> <var name="$SomeParam"/> </loop> Where the actual name to be substituted is, itself, a parameter. AUTHORRob Kinyon (rob.kinyon@gmail.com) SEE ALSOCELL
|