X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/RowLayout.html diff --git a/docs/source/RowLayout.html b/docs/source/RowLayout.html index 30644cac..73c9b09f 100644 --- a/docs/source/RowLayout.html +++ b/docs/source/RowLayout.html @@ -1,10 +1,10 @@ - - - The source code - - - - + + + The source code + + + +
// We are adding these custom layouts to a namespace that does not
 // exist by default in Ext, so we have to add the namespace first:
 Ext.ns('Ext.ux.layout');
@@ -127,6 +127,6 @@ Ext.ux.layout.RowLayout = Ext.extend(Ext.layout.ContainerLayout, {
 });
 
 Ext.Container.LAYOUTS['ux.row'] = Ext.ux.layout.RowLayout;
-
- + + \ No newline at end of file