From e7b6b722f5a4321f45425085fb64040e1509c278 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 16 Apr 2014 21:09:36 +0800 Subject: [PATCH] Roo/bootstrap/MenuItem.js --- Roo/bootstrap/MenuItem.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/bootstrap/MenuItem.js b/Roo/bootstrap/MenuItem.js index 89fc634efa..e50a333c4f 100644 --- a/Roo/bootstrap/MenuItem.js +++ b/Roo/bootstrap/MenuItem.js @@ -40,6 +40,10 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component, { html : false, preventDefault: true, + getChildContainer : function() { + return this.el; + }, + getAutoCreate : function(){ var cfg= { tag: 'li', -- 2.39.2