X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Split.html diff --git a/docs/source/Split.html b/docs/source/Split.html index 9b9b1fed..b1f22599 100644 --- a/docs/source/Split.html +++ b/docs/source/Split.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.button.Split
  * @extends Ext.button.Button
  * A split button that provides a built-in dropdown arrow that can fire an event separately from the default
@@ -54,7 +71,7 @@ Ext.define('Ext.button.Split', {
     // private
     initComponent : function(){
         this.callParent();
-        /**
+        /**
          * @event arrowclick
          * Fires when this button's arrow is clicked
          * @param {MenuButton} this
@@ -63,7 +80,7 @@ Ext.define('Ext.button.Split', {
         this.addEvents("arrowclick");
     },
 
-     /**
+     /**
      * Sets this button's arrow click handler.
      * @param {Function} handler The function to call when the arrow is clicked
      * @param {Object} scope (optional) Scope for the function passed above
@@ -99,4 +116,6 @@ Ext.define('Ext.button.Split', {
             }
         }
     }
-});
\ No newline at end of file +});
+ +