X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/HBox.html diff --git a/docs/source/HBox.html b/docs/source/HBox.html index 5388d672..0512b9ed 100644 --- a/docs/source/HBox.html +++ b/docs/source/HBox.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.layout.container.HBox
  * @extends Ext.layout.container.Box
  * <p>A layout that arranges items horizontally across a Container. This layout optionally divides available horizontal
@@ -40,7 +57,7 @@ Ext.define('Ext.layout.container.HBox', {
     
     /* End Definitions */
 
-    /**
+    /**
      * @cfg {String} align
      * Controls how the child items of the container are aligned. Acceptable configuration values for this
      * property are:
@@ -84,4 +101,6 @@ Ext.define('Ext.layout.container.HBox', {
     perpendicularLeftTop: 'top',
     perpendicularRightBottom: 'bottom',
     perpendicularPosition: 'y'
-});
\ No newline at end of file +});
+ +