Converts a given String to HTML value that can be used with Out command in Dynamo DOCX content templates. This command does not validate that the given String is valid HTML.
Attributes
|
var |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
String |
No |
|
Defines the name of the variable holding the produced HTML value. |
||
|
value |
|
|
|---|---|---|
|
Required |
Value type |
EL-evaluated |
|
Yes |
Any |
Yes |
|
Defines the value of the String that is to be converted to HTML. |
||
Example