saveType Property

Internet Development Index

Retrieves the clipboard type when oncontentsave fires.

Syntax

[ sSaveType = ] event.saveType

Possible Values

sSaveTypeString that receives the format of data saved to the clipboard.
TEXTData saved to the clipboard is in text format.
HTMLData 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

event