Project

General

Profile

Feature #294

Option to allow DB-stored templates to be used

Added by Robert Ivens almost 13 years ago. Updated almost 13 years ago.

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

Related to VelocityReport Plugin - Feature #121: Allow a getPreview() and getReport() from StringClosed08/05/2010

Actions

History

#1

Updated by Patrick Talbot almost 13 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.

Also available in: Atom PDF