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