messageSectionName {AnalysisPageServer} | R Documentation |
Any message
s thrown during execution of a page handler
are display in a new section of the accordion. This controls
the name. This is reset to "Messages" for each page, but
the page can call this function to get or set the name.
messageSectionName(sectionName)
sectionName |
If present, new section name (e.g. "Your Messages"). |
Note that all messages thrown will be collected at the end and made into this single section. Therefore, if the message section is renamed after throwing a message then both the old and any newer messages will appear under the new name.
If a section of the same name is created using appendCustomContent
then these messages will just be appended to the end.
A string, the section name for the messages section
Brad Friedman