7.1
2013-01-30

Rich Text Editor field

The Rich Text Editor input field allows the end user to apply basic formatting to the entered text. Such as: bold, italic, underline, alignment options and lists.

The entered data is converted into a RTF file. The user input field will contain the path to the RTF file. The PrintShop Mail document should have a variable with the TEXT_FILE() expression. The value parameter of this expression should state the name of the user input data field, e.g. TEXT_FILE([Specification]). For more information about the TEXT_FILE() expression refer to the PrintShop Mail User Guide.

A rich text field

Web Form Parameters
Rich Text Defaults

When the field type is set to Rich Text an additional group of options becomes available. These options are used to set basic formatting of the content or to specify additional parameters of the online editor. The Rich Text Defaults section contains the following properties:

Default Value

This field type has the following Default Value option:

Data conversion

The entered data is converted into a RTF file, which is achieved using a XSLT style sheet. If a document requires specific RTF output an experienced user could change this XSLT style sheet. The xhtml2rtf.xsl is located in the include folder of the PrintShop Mail Web web site.

To create a document specific conversion one should copy this file to the folder of the PrintShop Mail document. The preview process will automatically detect and apply this file. The path to the document folder is stated in the property page of that document.

Note: Before editing the XSLT style sheet create a backup of the file first.

A variable in PrintShop Mail with the TEXT_FILE expression