dialog:opened | this | Fired when open() is called. |
dialog:closed | this | Fired when close() is called or when the 'x' is clicked. |
dialog:destroyed | this | Fired when destroy() is called. |
dialog:locked | this | Fired when lock() is called. |
dialog:unlocked | this | Fired when unlock() is called. |
dialog:frozen | this | Fired when freeze() is called. |
dialog:unfrozen | this | Fired when unfreeze() is called. |
dialog:updated | this | Fired when contents are set or when added to the map. |
dialog:resizestart | this | Fired when the resize button is clicked. |
dialog:resizing | this | Fired continuously as the resize button is dragged. |
dialog:resizeend | this | Fired when the resize button click is released. |
dialog:movestart | this | Fired when the move button is clicked. |
dialog:moving | this | Fired continuously as the move button is dragged. |
dialog:moveend | this | Fired when the move button click is released. |
dialog:closehidden | this | Fired when hideClose() is called. |
dialog:closeshown | this | Fired when the showClose() is called. |
dialog:resizehidden | this | Fired when hideResize() is called. |
dialog:resizeshown | this | Fired when the showResize() is called. |