Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:56:01 +0000 (11:56 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 03:56:01 +0000 (11:56 +0800)
Roo/bootstrap/menu/Menu.js

index 0c88e5d..dbcdf55 100644 (file)
@@ -12,6 +12,7 @@ Roo.bootstrap.menu = Roo.bootstrap.menu || {};
  * Bootstrap Menu class - container for Menu
  * @cfg {String} html Text of the menu
  * @cfg {String} weight (default | primary | success | info | warning | danger | inverse)
+ * @cfg {String} icon Font awesome icon
  * 
  * 
  * @constructor
@@ -64,6 +65,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     submenu : false,
     html : '',
     weight : 'default',
+    icon : false,
     
     
     getChildContainer : function() {