Deletions:
aceldr
Additions:
aceldr
The command {include file="..."} allows to include other templates and thus makes the reuse of view fragments possible. Please note, that the path has to be relative to the template path defined in the configuration (templateDir) or – if you want to use views of the framework – must start with lib (e.g. {include file="lib:application/views/formheader.tpl"}).
Deletions:
The command {include file="..."} allows to include other templates and thus makes the reuse of view fragments possible. Please note, that the path has to be relative to the template path defined in the configuration (templateDir) or – if you want to use views of the framework – must start with lib (e.g. {include file="lib:application/views/formheader.tpl"}).
Additions:
The command %%
{$nodeUtil->getInputControl($author, "name")}
%%
for instance causes the Object nodeUtil to display the input field for the author's name.
Deletions:
The command {$nodeUtil->getInputControl($author, "name")} for instance causes the Object nodeUtil to display the input field for the author's name.