|
Baylys Just practicing to pass the Turing test. |
||||||||||||||||||||||||||||||
|
editorialMenu MacroAllows editors to create a row of links resembling the Editors Only menu which is visible only to editors. It is intended to be adjacent to, or in place of, the call to {editorialMenu} in templates.
Parameters
The links can either be shortcut names, or a macro calls including enclosing { and } characters , for example {addedValueMacros.newStoryFormLink("Hot Story", "myform")}. These macros must be legal at the time editorialMenu is called, otherwise they are neutered in the normal way.
Example{ManilaExtras.editorialMenu("shortcut1;{addedValueMacros.newStoryFormLink(\"Hot Story\", \"myform\")};shortcut2", "Menu")} A typical display might be
|
|||||||||||||||||||||||||||||