X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Table.html?ds=sidebyside diff --git a/docs/source/Table.html b/docs/source/Table.html index a611ea7a..f18d8226 100644 --- a/docs/source/Table.html +++ b/docs/source/Table.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.layout.container.Table
  * @extends Ext.layout.container.Auto
  * <p>This layout allows you to easily render content into an HTML table.  The total number of columns can be
@@ -72,7 +89,7 @@ Ext.define('Ext.layout.container.Table', {
 
     /* End Definitions */
 
-    /**
+    /**
      * @cfg {Number} columns
      * The total number of columns to create in the table for this layout.  If not specified, all Components added to
      * this layout will be rendered into a single row using one column per Component.
@@ -93,7 +110,7 @@ Ext.define('Ext.layout.container.Table', {
     tableCls: Ext.baseCSSPrefix + 'table-layout',
     cellCls: Ext.baseCSSPrefix + 'table-layout-cell',
 
-    /**
+    /**
      * @cfg {Object} tableAttrs
      * <p>An object containing properties which are added to the {@link Ext.core.DomHelper DomHelper} specification
      * used to create the layout's <tt>&lt;table&gt;</tt> element. Example:</p><pre><code>
@@ -112,7 +129,7 @@ Ext.define('Ext.layout.container.Table', {
      */
     tableAttrs:null,
 
-    /**
+    /**
      * @private
      * Iterates over all passed items, ensuring they are rendered in a cell in the proper
      * location in the table structure.
@@ -192,7 +209,7 @@ Ext.define('Ext.layout.container.Table', {
         }
     },
 
-    /**
+    /**
      * @private
      * Determine the row and cell indexes for each component, taking into consideration
      * the number of columns and each item's configured colspan/rowspan values.
@@ -247,7 +264,7 @@ Ext.define('Ext.layout.container.Table', {
         return cells;
     },
 
-    /**
+    /**
      * @private
      * Return the layout's table element, creating it if necessary.
      */
@@ -268,7 +285,7 @@ Ext.define('Ext.layout.container.Table', {
         return table;
     },
 
-    /**
+    /**
      * @private
      * Opera 10.5 has a bug where if a table cell's child has box-sizing:border-box and padding, it
      * will include that padding in the size of the cell, making it always larger than the
@@ -280,4 +297,6 @@ Ext.define('Ext.layout.container.Table', {
     needsDivWrap: function() {
         return Ext.isOpera10_5;
     }
-});
\ No newline at end of file +});
+ +