zenarioA.showMessage()zenarioA.showMessage(resp, buttonsHTML, messageType, modal, htmlEscapeMessage, addCancel, cancelPhrase, onOkay)
This displays a CMS-styled message box in admin mode.
messageA message to display. You can enter a plain text message, or html. You can prefix this message with any of the controls documented on the Customising Message Boxes in Admin Mode page.
buttonsHTMLSome html for some buttons at the bottom of the box. If set to undefined or true, a simple "OK" button will appear.
messageTypeYou can enter "error", "success", "warning" or "question" to set the style of the message.
modalIf this is set to true, the admin won't be able to close the box by clicking in the background.
htmlEscapeMessageIf you entered a plain text message into message, you should set this to true.