X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Toolbar.html diff --git a/docs/source/Toolbar.html b/docs/source/Toolbar.html index 41447c25..e627c739 100644 --- a/docs/source/Toolbar.html +++ b/docs/source/Toolbar.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.toolbar.Toolbar
  * @extends Ext.container.Container
 
@@ -17,7 +34,7 @@ __Some items have shortcut strings for creation:__
 {@img Ext.toolbar.Toolbar/Ext.toolbar.Toolbar1.png Toolbar component}
 Example usage:
 
-    Ext.create('Ext.toolbar.Toolbar", {
+    Ext.create('Ext.toolbar.Toolbar', {
         renderTo: document.body,
         width   : 500,
         items: [
@@ -214,14 +231,14 @@ Ext.define('Ext.toolbar.Toolbar', {
     
     defaultType: 'button',
     
-    /**
+    /**
      * @cfg {Boolean} vertical
      * Set to `true` to make the toolbar vertical. The layout will become a `vbox`.
      * (defaults to `false`)
      */
     vertical: false,
 
-    /**
+    /**
      * @cfg {String/Object} layout
      * This class assigns a default layout (<code>layout:'<b>hbox</b>'</code>).
      * Developers <i>may</i> override this configuration option if another layout
@@ -230,7 +247,7 @@ Ext.define('Ext.toolbar.Toolbar', {
      * See {@link Ext.container.Container#layout} for additional information.
      */
 
-    /**
+    /**
      * @cfg {Boolean} enableOverflow
      * Defaults to false. Configure <code>true</code> to make the toolbar provide a button
      * which activates a dropdown Menu to show items which overflow the Toolbar's width.
@@ -273,7 +290,7 @@ Ext.define('Ext.toolbar.Toolbar', {
         
         me.callParent();
 
-        /**
+        /**
          * @event overflowchange
          * Fires after the overflow state has changed.
          * @param {Object} c The Container
@@ -288,7 +305,7 @@ Ext.define('Ext.toolbar.Toolbar', {
         });
     },
 
-    /**
+    /**
      * <p>Adds element(s) to the toolbar -- this function takes a variable number of
      * arguments of mixed type and adds them to the toolbar.</p>
      * <br><p><b>Note</b>: See the notes within {@link Ext.container.Container#add}.</p>
@@ -414,4 +431,6 @@ Ext.define('Ext.toolbar.Toolbar', {
         ' ' : 'tbspacer',
         '->': 'tbfill'
     };
-});
\ No newline at end of file +});
+ +