Add editor-init event

pull/5838/head
Aleksander Machniak 8 years ago
parent 4b9a08657f
commit a928c3f988

@ -138,6 +138,8 @@ function rcube_text_editor(config, id)
});
};
rcmail.triggerEvent('editor-init', {config: conf, ref: ref});
// textarea identifier
this.id = id;
// reference to active editor (if in HTML mode)

Loading…
Cancel
Save