X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Manager.html diff --git a/docs/source/Manager.html b/docs/source/Manager.html index c5a4568f..01fe5a22 100644 --- a/docs/source/Manager.html +++ b/docs/source/Manager.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.menu.Manager
  * Provides a common registry of all menus on a page.
  * @singleton
@@ -29,7 +46,7 @@ Ext.define('Ext.menu.Manager', {
         }, me);
     },
 
-    /**
+    /**
      * Hides all menus that are currently visible
      * @return {Boolean} success True if any active menus were hidden.
      */
@@ -127,7 +144,7 @@ Ext.define('Ext.menu.Manager', {
         }
     },
 
-    /**
+    /**
      * Returns a {@link Ext.menu.Menu} object
      * @param {String/Object} menu The string menu id, an existing menu object reference, or a Menu config that will
      * be used to generate and return a new Menu this.
@@ -208,4 +225,6 @@ Ext.define('Ext.menu.Manager', {
             }
         }
     }
-});
\ No newline at end of file +});
+ +