X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Split.html diff --git a/docs/source/Split.html b/docs/source/Split.html index b1f22599..aa5a012b 100644 --- a/docs/source/Split.html +++ b/docs/source/Split.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.button.Split
+  
/**
+ * @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
@@ -49,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 */