Feature #294
Option to allow DB-stored templates to be used
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/05/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Not sure if this is already possible but it would be great if we could use HTML templates that are in fact stored inside CLOB/TEXT columns. Or even from a variable.
Related issues
History
Updated by Patrick Talbot almost 14 years ago
- Status changed from New to Closed
Yep, add 'fromString: true' to the context property to be sure to activate this.
Only take care that your template doesn't use include from the DB because it won't work: if you use #include or #parse, the included files will need to be in the default report folder.