Developer
Documentation
Support / API
Glue
Rigging
Communication is done through a postMessage system to allow both separate windows and iframes to relay messages across multiple domains.
Events
loaded
Called when the glue is completely loaded and ready to start routing.
save
Fired when the save button has been pressed. This will not close by itself so you must either close the tab (eg. target.close()) or close the modal dialog (eg. jquery $('#modal').modal('destroy');)