saveType property

Retrieves the clipboard type when oncontentsave fires.

Syntax

JavaScript

p = object.saveType

 

Property values

Type: String

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.

See also

event