Skip to content

Instantly share code, notes, and snippets.

@novemberborn
Created July 20, 2011 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novemberborn/1095426 to your computer and use it in GitHub Desktop.
Save novemberborn/1095426 to your computer and use it in GitHub Desktop.
widgets/zed
// Supported modes:
// * non-modal (like dijit/popup, default)
// * modal (like dijit/Dialog)
// * underlay (like dijit/Dialog, off by default, specify underlay widget)
// * allowTab (TAB goes through the widget, off by default)
// * lockFocus (prevent TAB from going out of widget, by default on for modal, off for non-modal)
// * cancelOnEsc (close when ESC is hit, on by default)
// * cancelOnBlur (close when widget is blurred, on by default)
// Also supports `around`, `orient`, `x` and `y` and `padding` args from dijit/popup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment