XopusBeforePaste
This event fires before paste content is inserted.
- Documentation
- › API
- › DOM API
- › XopusBeforePaste
XopusBeforePaste event
Properties
- contents XHTML contents
- The contents that were pasted.
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to
false. - cancelEvent Boolean
- Will prevent the default action when set to
true. - target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 4.2.3 | Introduction. |