modalpopup.js
No description.

File Location

/goog/ui/modalpopup.js

Classes

goog.ui.ModalPopup
Base class for modal popup UI components. This can also be used as a standalone component to render a modal popup with an empty div. WARNING: goog.ui.ModalPopup is only guaranteed to work when it is rendered directly in the 'body' element. The Html structure of the modal popup is:
 Element         Function              Class-name, goog-modalpopup = default
----------------------------------------------------------------------------
- iframe         Iframe mask           goog-modalpopup-bg
- div            Background mask       goog-modalpopup-bg
- div            Modal popup area      goog-modalpopup
- span           Tab catcher

Directory ui

File Reference