Class AjxMessageFormat
Class Detail
AjxMessageFormat(pattern)
Message formatter based on the Java
MessageFormat class.
Note:
This implementation augments Java's FormatElement: { ArgumentIndex } { ArgumentIndex , FormatType } { ArgumentIndex , ListFormatType , FormatType } { ArgumentIndex , FormatType , FormatStyle } { ArgumentIndex , ListFormatType , FormatType , FormatStyle } ListFormatType: list
Method Detail
{string}
format(params)
Format with replacement parameters.
<static>
{string}
AjxMessageFormat.format(pattern, params)
Format a message pattern with replacement parameters. Equivalent to
new AjxMessageFormat(pattern).format(params) .
|
||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:30 GMT-0400 (EDT)
|