Amisoft
|
| Posted: 09/13/2005, 1:17 AM |
|
Hi,
Is there a documentation for the template engine ?
I have search help file for $tpl and found just some information but not all documenation.
Thanks.
P.S : Possibly a error in Version 2 in the sample in the section "Working with Custom Template Blocks" of the help file.
The line : $Tpl->SetBlockVar("MyTable",""); doen't work, I have test with : $Tpl->SetBlockVar("Tasks/Row/MyTable",""); and it's work.
Error or not ?
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 09/13/2005, 1:59 PM |
|
I think it's possible that the "path" of referencing the controls can change depending from which code slot you try to access it.
Some hints can be found in Component reference manual under Working with custom template blocks.
_________________
Best regards,
Michael |
 |
 |
Amisoft
|
| Posted: 09/14/2005, 4:25 AM |
|
Yes hints are in component reference, same as in the help file, but I search a full documentation of all function of the template engine.
Regards,
Eric
|
|
|
 |
|