Specifies the content
type of the value specified for the prevText property.
For example, if prevContentType='text/html', prevText contains
an XHTML fragment.
SyntaxReference_Syntax.prevContentType = "allowRichText | plainTextOnly"
Values
Type
|
Values
|
String
|
allowRichText (default)
plainTextOnly
The field
supports rich text.
The
field does not support rich text.
|
JavaScriptxfa.event.prevContentType = "plainTextOnly";
FormCalcxfa.event.prevContentType = "plainTextOnly"
|
|
|