This methode allows to create an object of the FreeMarket template type.
1 freemarker.template
<freemarker.template>
<content /> !
</freemarker.template>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Econtent | Text of the template |
Returns | |
---|---|
Type | Description |
Object | Returns the FreeMarker template. |
Example
Creation of a simple template.
Copy
<xsql-script name='sample_1'> <body> <set name='template'> <freemarker.template> <![CDATA[<html> <body> ${message} </body> </html>]]> </freemarker.template> </set> </body> </xsql-script>