I was looking at the docs for a dialog and it mentions the events you can bind to as "open", "close", etc.
I tried binding and then after some searching noticed that it is actually "dialogopen", "dialogclose", etc.
Am I missing something? Was I supposed to know that you prefix the widget name (I'm assuming the other widgets do this since you want to a unique event name for these)? Seems like this could be communicated better.
Thanks!