Retrieves the clipboard type when oncontentsave fires.
Syntax
[ sSaveType = ] event.saveType
Possible Values
sSaveType | String that
receives the format of data saved to the clipboard.TEXT | Data saved to the clipboard is in text format. | HTML | Data saved to the clipboard is in HTML format. |
|
The property is read-only.
The property has no default value.
Standards Information
There is no public standard that applies to this property.
Applies To