cTemplate
The template engine can be used to process text and replace variables by field values resulting in a new text that can be used as a form template, an email etc.
Properties
|
Description |
beginTag |
Identifies the begin tag of a varialbe |
dataMapping |
Mapping of fields in the template to fields of the database |
dataSource |
Datasource of the data provider |
endTag |
Identifies the end tag of a variable |
parameters |
List of parameters in the template (w.o. the tags) |
templatetext |
Template text. |
whitelist |
A list of valid tags that are allowed |
PHP events
No additional events
Javascript events
No additional events