Message Macro: msgCustomFieldProperty
Usage:
<!--#msgCustomFieldProperty fieldName="a_field_name" propname="valid_field_property"-->
Overview:
Returns a named property from a custom field definition. Use this macro to access properties such as color and background color as specified when defining custom fields in the admin interface.
Required Attributes:
- fieldname="[string]" : Name of the custom field.
- propname="[string]" : Name of the custom field property to be displayed.
Optional Attributes:
- msgNum="[number/special value]" : Used to override the context's default message number. Values can be the number of a message, or relative to the context's message. Acceptable relative values are: "next" (next valid message), "prev" (previous valid message), "nextThread" (top of next thread), "prevThread" (top of previous thread), "top" (first message in current thread), "inresponseto" (the message the current message is a reply to).
- urlencode="[true/false]" : If true, encode the the returned text for use in a URL. Default: false
- entify="[true/false]" : If true, return the text with special html characters entified. Default: false