SimplyEdit uses events to allow you to extend the functionality.
This event fires when SimplyEdit is finished initializing the page content. It has no parameters. Use this event instead of DocumentReady.
Fires when the user starts the editor. You can't prevent this.
Fires when the editor is finished loading all the toolbars and plugins.
Fires whenever data managed by SimplyEdit changes. It is fired after the change is resolved, so the DOM and the Editor should be in sync.
Parameters: - dataBinding
Fires after a data-simply-list has been updated.
Parameter: - Target list element.