method of static class JsNgram
Description
Append content of error box with msg.
Example
JsNgram.appendErrorMessage(' -- Additional message');
Usage
appendErrorMessage(msg);
Argument msg is a string as text or html.
Because everything is executed asynchronously, it's not guarantied this method actually "append" message
even if called after showErrorMessage
method.