[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberConvertHtml(String)
Converts the input string into html. This method changes the line break and other formatting tag to its equivalent html format. It can be used to preserve formatting of the textarea control when dispayed on the screen as label. This method always converts the line break to the break tag in html. In addition it converts the < tags to the correct html equivalent.
Public methodStatic memberConvertHtml(String, Boolean)
Converts the input string into html. This method changes the line break and other formatting tag to its equivalent html format. It can be used to preserve formatting of the textarea control when dispayed on the screen as label. This method always converts the line break to the break tag in html.
Public methodStatic memberConvertHtml(String, Boolean, Boolean, Boolean)
Converts the input string into html. This method changes the line break and other formatting tag to its equivalent html format. It can be used to preserve formatting of the textarea control when dispayed on the screen as label.

See Also