Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Tue, 4 Jul 2017 08:54:09 +0000 (16:54 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Jul 2017 08:54:09 +0000 (16:54 +0800)
Roo/bootstrap/MenuItem.js

index 5c24fcd..0ea37f2 100644 (file)
@@ -121,7 +121,12 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     getEl : function()
     {
         return this.el;
+    },
+    getChildContainer : function()
+    {
+        return Roo.get(document.body); // add children to body?  
     }
+
 });