formattedTextSupport

Enable or disable rich text support for fields. Plain text is the default. A SOAP error envelope is returned if the operation fails.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.
enableFormattedText boolean Indicates if rich text is enabled or disabled.

Return value

Value Type
formattingEnabled boolean

Example

bool richTextEnabled = ttsdk.formattedTextSupport(cookie, true);