X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Split.html diff --git a/docs/source/Split.html b/docs/source/Split.html index 9b9b1fed..aa5a012b 100644 --- a/docs/source/Split.html +++ b/docs/source/Split.html @@ -1,5 +1,22 @@ -Sencha Documentation Project
/**
- * @class Ext.button.Split
+
+
+
+  
+  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
  * click event of the button.  Typically this would be used to display a dropdown menu that provides additional
@@ -32,12 +49,7 @@
 </code></pre>
  * @cfg {Function} arrowHandler A function called when the arrow button is clicked (can be used instead of click event)
  * @cfg {String} arrowTooltip The title attribute of the arrow
- * @constructor
- * Create a new menu button
- * @param {Object} config The config object
- * @xtype splitbutton
  */
-
 Ext.define('Ext.button.Split', {
 
     /* Begin Definitions */
@@ -54,7 +66,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 +75,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 +111,6 @@ Ext.define('Ext.button.Split', {
             }
         }
     }
-});
\ No newline at end of file +});
+ +