SecureMessageViewTemplate

This template defines the style and template used to display the Secure Messages in the discussion panel.

Figure 14.

Modify the properties provided in the SecureMessageViewTemplate as required. Refer to Table 7 for the properties of the SecureMessageViewTemplate along with its description.

Table 5: SecureMessageViewTemplate properties

Property Description
Style(text) This indicates the specific styling of the client. For example, CSS or XAML.
Template(text) This is a template that is responsible for creating Secure Messages “mark-out”. For example, JS or XAML.
Thumbnail Tooltip Template(ml_string:128) This is a template for the thumbnail tooltip shown in the secure message. The tooltip template consists of a parameterized syntax with the following attribute/parameters in it: “markup holder” item file from which thumbnail was made the SecureMessageMarkup itself data from the SecureMessageMarkup.markup_data For instance: File ${File:filename} ${SecureMessageMarkup:markup_data(//page)} from ${Item:@type} ${Item:keyed_name}
Note
Because of difference between Windows and Linux file systems it is required to use OS-specific path separator in paths. Remember that Linux file system is case sensitive so file names "./path/to/file.xml” and "./path/to/File.xml” are different. For more information about cross-platform development please see section Cross-platform development in Aras Innovator 37 - Programmer’s Guide document.