X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Separator.html diff --git a/docs/source/Separator.html b/docs/source/Separator.html index ae8bf433..59dbf81e 100644 --- a/docs/source/Separator.html +++ b/docs/source/Separator.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.menu.Separator
  * @extends Ext.menu.Item
  *
@@ -35,72 +52,72 @@ Ext.define('Ext.menu.Separator', {
     extend: 'Ext.menu.Item',
     alias: 'widget.menuseparator',
     
-    /**
+    /**
      * @cfg {String} activeCls @hide
      */
     
-    /**
+    /**
      * @cfg {Boolean} canActivate @hide
      */
     canActivate: false,
     
-    /**
+    /**
      * @cfg {Boolean} clickHideDelay @hide
      */
      
-    /**
+    /**
      * @cfg {Boolean} destroyMenu @hide
      */
      
-    /**
+    /**
      * @cfg {Boolean} disabledCls @hide
      */
      
     focusable: false,
      
-    /**
+    /**
      * @cfg {String} href @hide
      */
     
-    /**
+    /**
      * @cfg {String} hrefTarget @hide
      */
     
-    /**
+    /**
      * @cfg {Boolean} hideOnClick @hide
      */
     hideOnClick: false,
     
-    /**
+    /**
      * @cfg {String} icon @hide
      */
     
-    /**
+    /**
      * @cfg {String} iconCls @hide
      */
     
-    /**
+    /**
      * @cfg {Mixed} menu @hide
      */
     
-    /**
+    /**
      * @cfg {String} menuAlign @hide
      */
     
-    /**
+    /**
      * @cfg {Number} menuExpandDelay @hide
      */
     
-    /**
+    /**
      * @cfg {Number} menuHideDelay @hide
      */
     
-    /**
+    /**
      * @cfg {Boolean} plain @hide
      */
     plain: true,
     
-    /**
+    /**
      * @cfg {String} separatorCls
      * The CSS class used by the separator item to show the incised line.
      * Defaults to `Ext.baseCSSPrefix + 'menu-item-separator'`.
@@ -108,7 +125,7 @@ Ext.define('Ext.menu.Separator', {
      */
     separatorCls: Ext.baseCSSPrefix + 'menu-item-separator',
     
-    /**
+    /**
      * @cfg {String} text @hide
      */
     text: ' ',
@@ -125,4 +142,6 @@ Ext.define('Ext.menu.Separator', {
         
         me.callParent(arguments);
     }
-});
\ No newline at end of file +});
+ +