TinyMCE:API/tinymce.dom.Selection/onBeforeSetContent

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Event: onBeforeSetContent

(Requires: 3.2)

Summary

This event gets executed before contents is inserted into selection.

Syntax

event_callback(<tinymce.dom.Selection> ed, <Object> o)

Parameters

se
Selection object that fired the event.
o
Object containing things like the contents that will be inserted.
Personal tools