Is there a list of available events for wp.media object?
By doing some googling, I managed to find following events:
for wp.media.view.Modal.prototype: open, ready – they are triggered, when user opens the Modal window.
The reason why I need this list is that I want to insert a select box on the right side, when user clicks an item on the Insert Media window. This select has to be formatted with Chosen library, but since the Backbone view is loaded only on user interaction, I need to know, on which event to initialize Chosen.
Please add other events in your answers.