Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      Button
        TaskBar.TaskButton

Class Ext.ux.TaskBar.TaskButton

Package:Ext.ux
Defined In:TaskBar.js
Class:TaskBar.TaskButton
Extends:Button

Config Options

Config OptionsDefined By
 allSelectedText : String
Text to display when all items are selected
TaskBar.TaskButton
 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
 checkSelector : String
DomQuery config for locating checkbox
TaskBar.TaskButton
 clearAllText : String
the text to display for "clear all" link
TaskBar.TaskButton
 clickEvent : String
The type of event to map to the button's event handler (defaults to 'click')
Button
 cls : String
TaskBar.TaskButton
 disabled : Boolean
True to start disabled (defaults to false)
Button
 disabledClass : String
CSS class added to the component when it is disabled (defaults to 'x-item-disabled').
Component
 enableKeyEvents : Boolean
for typeAhead
TaskBar.TaskButton
 enableToggle : Boolean
True to enable pressed/not pressed toggling (defaults to false)
Button
 handleMouseEvents : Boolean
False to disable visual cues on mouseover, mouseout and mousedown (defaults to true)
Button
 hidden : Boolean
True to start hidden (defaults to false)
Button
 iconCls : String
A css class which sets a background image to be used as the icon for this button
Button
 itemSelector : String
The itemSelector used with Combo's internal DataView [x-combo-list]
TaskBar.TaskButton
 maxDisplayRows : Number
The maximum number of rows to show before applying vscroll
TaskBar.TaskButton
 menuAlign : String
The position to align the menu to (see Ext.Element.alignTo for more details, defaults to 'tl-bl?').
Button
 minChars : Integer
[0]
TaskBar.TaskButton
 minWidth : Number
The minimum width for this button (used to give a set of buttons a common width). See also Ext.Panel.minButtonWidth.
Button
 overClass : String
[x-grid3-row-over]
TaskBar.TaskButton
 pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent
 pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent
 pressed : Boolean
True to start pressed (only if enableToggle = true)
Button
 scope : Object
The scope (this reference) in which the handler and toggleHandler is executed. Defaults to this Button.
Button
 selectAllText : String
The "SELECT ALL" phrase [Select All]
TaskBar.TaskButton
 selectedClass : String
[x-grid3-row-selected]
TaskBar.TaskButton
 separatorHtml : String
arbitrary html rendered after Checkable controls. Can be used to add an html separator markup.
TaskBar.TaskButton
 tabIndex : Number
Set a DOM tabIndex for this button (defaults to undefined)
Button
 text : String
The button text to be used as innerHTML (html tags are accepted)
Button
 toggleGroup : String
The group this toggle button is a member of (only 1 per group can be pressed)
Button
 tooltipType : String
The type of tooltip to use. Either 'qtip' (default) for QuickTips or 'title' for title attribute.
Button
 type : String
submit, reset or button - defaults to 'button'
Button
 value : Array
CheckboxCombo expresses its value as an array.
TaskBar.TaskButton
 x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent
 y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 BookDetail : Object
App.BookDetail
TaskBar.TaskButton
 BookGrid : Object
App.BookGrid
TaskBar.TaskButton
 BookMasterDetail : Object
App.BookMasterDetail
TaskBar.TaskButton
 Grid : Object
App.user.Grid A typical EditorGridPanel extension.
TaskBar.TaskButton
 MultiCombo : Object
Ext.ux.MultiCombo
TaskBar.TaskButton
 This : Object
Setup Drop Targets
TaskBar.TaskButton
 This : Object
Setup Drop Targets
TaskBar.TaskButton
 disabled : Boolean
Read-only. True if this button is disabled
Button
 function : Object
onAdd
TaskBar.TaskButton
 function : Object
onDelete
TaskBar.TaskButton
 hidden : Boolean
Read-only. True if this button is hidden
Button
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 menu : Menu The {@link Ext.menu.Menu Menu} object associated with this Button when configured with the {@link #menu} config option.
Button
 pressed : Boolean
Read-only. True if this button is pressed (only if enableToggle = true)
Button
 rendered : Boolean
True if this component has been rendered. Read-only.
Component
 var : Object
this block should be moved to method getCurrentWord
TaskBar.TaskButton
 var : Object
TaskBar.TaskButton
 view : Ext.DataView
The DataView used to display the ComboBox's options.
TaskBar.TaskButton

Public Methods

MethodDefined By

Public Events

EventDefined By