{addedValueMacros.newMessageFormLink(whatText, formID, whatTarget=nil, anchor=nil, class=nil, title=nil, accesskey=nil, hreflang=nil, tabindex=nil, onmouseOver="", onmouseOut="", onClick="")}
| {addedValueMacros.newMessageFormLink("New Tutorial Mesagee", "tutorialETP")} |
newMessageFormLink returns a link to a page with a form to create a new Manila message. The form must have been defined as a Manila ETP form. If any of the optional parameters whatTarget, anchor, title, title, accessKey, hrefLang, tabindex, onmouseOver, onmouseOut, onClick are present they are used to build the link.
Error encountered are reported as HTML comments with an explanatory text, use view source in your browser to see them; such as
<!-- addedValues is not configured for new messages --<
This macro is useful in building menus of links to create different types of messages. One common usage is with the manilextras.editorialMenu macro.