XopusAfterPaste
This event after pasted content has been inserted into the document and paste has completed.
- Documentation
- › API
- › DOM API
- › XopusAfterPaste
load event
Properties
- contents XHTML contents
- The contents that were pasted.
- bubbles Boolean
- Will prevent bubbling up the DOM hierarchy when set to
false. - target XopusNode
- The object that originally fired the event.
- type String
- The type of the event.
History
| version | event |
|---|---|
| Xopus 4.2.3 | Introduction. |