X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.SplitButton.html diff --git a/docs/output/Ext.SplitButton.html b/docs/output/Ext.SplitButton.html index 634b6823..d706face 100644 --- a/docs/output/Ext.SplitButton.html +++ b/docs/output/Ext.SplitButton.html @@ -1,27 +1,8 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    Button
-      SplitButton
-

Class Ext.SplitButton

- - - - - - -
Package:Ext
Defined In:SplitButton.js
Class:SplitButton
Subclasses:CycleButton, Toolbar.SplitButton
Extends:Button
-
- * -A split button that provides a built-in dropdown arrow that can fire an event separately from the default +

Class Ext.SplitButton

Package:Ext
Defined In:SplitButton.js
Class:SplitButton
Subclasses:CycleButton
Extends: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 options to the primary button action, but any custom handler can provide the arrowclick implementation. Example usage:
// display a dropdown menu:
@@ -45,305 +26,247 @@ options to the primary button action, but any custom handler can provide the arr
    	text: 'Options',
    	handler: optionsHandler,
    	arrowHandler: myCustomHandler
-});
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - allowDepress : Boolean
- False to not allow a pressed Button to be depressed (defaults to undefined). Only valid when enableToggle is true.
-
Button
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - arrowHandler : Function
- A function called when the arrow button is clicked (can be used instead of click event)
-
SplitButton
  - - arrowTooltip : String
- The title attribute of the arrow
-
SplitButton
  - - clickEvent : String
- The type of event to map to the button's event handler (defaults to 'click')
-
Button
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component
  - - enableToggle : Boolean
- True to enable pressed/not pressed toggling (defaults to false)
-
Button

Public Events

EventDefined By
\ No newline at end of file