Added method `getContentElement` to `UI/Confirmation`
authorAlexander Ebert <ebert@woltlab.com>
Sat, 30 May 2015 19:17:44 +0000 (21:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 30 May 2015 19:17:44 +0000 (21:17 +0200)
wcfsetup/install/files/js/WoltLab/WCF/UI/Confirmation.js

index e7bf4071b0d7591deb96209c025382c73118c6ce..d82224396e5905da682afa85b2f3bb1b3dcc7bf0 100644 (file)
@@ -73,6 +73,15 @@ define(['Core', 'Language', 'UI/Dialog'], function(Core, Language, UIDialog) {
                        });
                },
                
+               /**
+                * Returns content container element.
+                * 
+                * @return      {Element}       content container element
+                */
+               getContentElement: function() {
+                       return _content;
+               },
+               
                /**
                 * Creates the dialog DOM elements.
                 */