diff --git a/entries/dialog.xml b/entries/dialog.xml index 88c8a3d7..d0151e63 100644 --- a/entries/dialog.xml +++ b/entries/dialog.xml @@ -345,6 +345,22 @@ + + + + Modal dialogs do not allow users to interact with elements behind the dialog. This can be problematic for elements that are not children of the dialog, but are absolutely positioned to appear as though they are. The _allowInteraction() method determines whether the user should be allowed to interact with a given target element; therefore, it can be used to whitelist elements that are not children of the dialog but you want users to be able to use. + + + + Allow the Select2 plugin to be used within modal dialogs. The _super() call ensures elements within the dialog can still be interacted with. + + + + A simple jQuery UI Dialog