Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / docs / source / TableLayout.html
index b224f8d..f396e3b 100644 (file)
@@ -1,17 +1,12 @@
-<html>
-<head>
-  <title>The source code</title>
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
-</head>
-<body  onload="prettyPrint();">
-    <pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-<div id="cls-Ext.layout.TableLayout"></div>/**\r
+<html>\r
+<head>\r
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    \r
+  <title>The source code</title>\r
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
+</head>\r
+<body  onload="prettyPrint();">\r
+    <pre class="prettyprint lang-js"><div id="cls-Ext.layout.TableLayout"></div>/**\r
  * @class Ext.layout.TableLayout\r
  * @extends Ext.layout.ContainerLayout\r
  * <p>This layout allows you to easily render content into an HTML table.  The total number of columns can be\r
@@ -79,6 +74,8 @@ Ext.layout.TableLayout = Ext.extend(Ext.layout.ContainerLayout, {
 \r
     // private\r
     monitorResize:false,\r
+    \r
+    targetCls: 'x-table-layout-ct',\r
 \r
     <div id="cfg-Ext.layout.TableLayout-tableAttrs"></div>/**\r
      * @cfg {Object} tableAttrs\r
@@ -113,8 +110,6 @@ Ext.layout.TableLayout = Ext.extend(Ext.layout.ContainerLayout, {
         var cs = ct.items.items, len = cs.length, c, i;\r
 \r
         if(!this.table){\r
-            target.addClass('x-table-layout-ct');\r
-\r
             this.table = target.createChild(\r
                 Ext.apply({tag:'table', cls:'x-table-layout', cellspacing: 0, cn: {tag: 'tbody'}}, this.tableAttrs), null, true);\r
         }\r
@@ -183,7 +178,7 @@ Ext.layout.TableLayout = Ext.extend(Ext.layout.ContainerLayout, {
             this.configureItem(c, position);\r
         }else if(c && !this.isValidParent(c, target)){\r
             var container = this.getNextCell(c);\r
-            container.insertBefore(c.getDomPositionEl().dom, null);\r
+            container.insertBefore(c.getPositionEl().dom, null);\r
             c.container = Ext.get(container);\r
             this.configureItem(c, position);\r
         }\r
@@ -191,7 +186,7 @@ Ext.layout.TableLayout = Ext.extend(Ext.layout.ContainerLayout, {
 \r
     // private\r
     isValidParent : function(c, target){\r
-        return c.getDomPositionEl().up('table', 5).dom.parentNode === (target.dom || target);\r
+        return c.getPositionEl().up('table', 5).dom.parentNode === (target.dom || target);\r
     }\r
 \r
     <div id="prop-Ext.layout.TableLayout-activeItem"></div>/**\r
@@ -200,6 +195,6 @@ Ext.layout.TableLayout = Ext.extend(Ext.layout.ContainerLayout, {
      */\r
 });\r
 \r
-Ext.Container.LAYOUTS['table'] = Ext.layout.TableLayout;</pre>
-</body>
+Ext.Container.LAYOUTS['table'] = Ext.layout.TableLayout;</pre>    \r
+</body>\r
 </html>
\ No newline at end of file