TinyMCE:API/tinymce.dom.Selection/onBeforeSetContent
From Moxiecode Documentation Wiki
Contents |
[edit]
Event: onBeforeSetContent
(Requires: 3.2)
[edit]
Summary
This event gets executed before contents is inserted into selection.
[edit]
Syntax
event_callback(<tinymce.dom.Selection> ed, <Object> o)
[edit]
Parameters
- se
- Selection object that fired the event.
- o
- Object containing things like the contents that will be inserted.
