X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.CycleButton.html diff --git a/docs/output/Ext.CycleButton.html b/docs/output/Ext.CycleButton.html index 070b6976..9443f925 100644 --- a/docs/output/Ext.CycleButton.html +++ b/docs/output/Ext.CycleButton.html @@ -1,31 +1,8 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    Button
-      SplitButton
-        CycleButton
-

Class Ext.CycleButton

- - - - - -
Package:Ext
Defined In:CycleButton.js
Class:CycleButton
Extends:SplitButton
-
- * -A specialized SplitButton that contains a menu of Ext.menu.CheckItem elements. The button automatically -cycles through each menu item on click, raising the button's change event (or calling the button's -changeHandler function, if supplied) for the active menu item. Clicking on the arrow section of the +
Observable
  Component
    BoxComponent
      Button
        SplitButton
          CycleButton

Class Ext.CycleButton

Package:Ext
Defined In:CycleButton.js
Class:CycleButton
Extends:SplitButton
A specialized SplitButton that contains a menu of Ext.menu.CheckItem elements. The button automatically +cycles through each menu item on click, raising the button's change event (or calling the button's +changeHandler function, if supplied) for the active menu item. Clicking on the arrow section of the button displays the dropdown menu just like a normal SplitButton. Example usage: -
var btn = new Ext.CycleButton({
+
var btn = new Ext.CycleButton({
     showText: true,
     prependText: 'View as ',
     items: [{
@@ -39,329 +16,232 @@ button displays the dropdown menu just like a normal SplitButton.  Example usage
     changeHandler:function(btn, item){
         Ext.Msg.alert('Change View', item.text);
     }
-});
- -
- -

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
\ No newline at end of file