- Publicity: Public Only All
messages-format-procs.tcl
message formatting procs
- Location:
- packages/forums/tcl/messages-format-procs.tcl
Procedures in this file
- forum::format::emoticons (public)
- forum::format::reply_subject (public)
Detailed information
forum::format::emoticons (public)
forum::format::emoticons -content content
Convert smileys (emoticons) in supplied content into emoji HTML entities.
- Switches:
- -content (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- web_forums_message_and_reply
forum::format::reply_subject (public)
forum::format::reply_subject parent_subject
Generates a subject string for a reply to an existing message. The prefix is always added using the system-wide locale to avoid the uncontrollable growth of the subject in a multi-language environment.
- Parameters:
- parent_subject (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.