-htmTemplate
Specify an alternative HTMLTemplate.htm file
Syntax
-htmTemplate
yourHtmlTemplate.htm
Description
This lets you provide your own HTML Template file instead of using the supplied Default-DOHtmlTemplate.htm
that is installed in .../DO/Bin
.
Obviously, this applies only when you are generating HTML output.
The big bonus here is that you can include JavaScript or CSS or whatever you like as befits your organization's standards. You might include the JQuery tool set. Or perhaps some generic JavaScript functions for use in your browser JavaScript scripts.
No doubt you will copy the standard .../DO/Bin/Default-DOHtmlTemplate.htm
, likely to your overrides folder, say as .../User/Overrides/HtmlTemplate.htm
. Edit it. Then in your Merge command line, or in your Merge.prm
file you could code the option as follows:
-htmTemplate
$O/HTMLTemplate.htm