jQuery.event.special.evolutionHtmlEditorSubmit
Event raised when the content of an evolutionHtmlEditor instance is submitted
Bubbles and can be delegated against.
Usage
$(element).on('evolutionHtmlEditorSubmit', function(e) {
// handle event, content is in e.html;
});