X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.Action.html diff --git a/docs/output/Ext.Action.html b/docs/output/Ext.Action.html index dc423cb0..9a4427aa 100644 --- a/docs/output/Ext.Action.html +++ b/docs/output/Ext.Action.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link

Class Ext.Action

Package:Ext
Defined In:Action.js
Class:Action
Extends:Object

An Action is a piece of reusable functionality that can be abstracted out of any particular component so that it +

Class Ext.Action

Package:Ext
Defined In:Action.js
Class:Action
Extends:Object

An Action is a piece of reusable functionality that can be abstracted out of any particular component so that it can be usefully shared among multiple components. Actions let you share handlers, configuration options and UI updates across any components that support the Action interface (primarily Ext.Toolbar, Ext.Button and Ext.menu.Menu components).

@@ -54,14 +54,15 @@ all components using this action (defaults to ''). iconCls: 'do-something' // css class that specifies background image to be used as the icon image: -.do-something { background-image: url(../images/my-icon.gif) 0 6px no-repeat !important; }
Action itemId : StringAction scope : Object
The scope in which the handler function will execute.
Action text : String
The text to set for all components using this action (defaults to '').
Action

Public Properties

This class has no public properties.

Public Methods

MethodDefined By
 itemId : StringAction
 scope : Object
The scope (this reference) in which the +handler is executed. Defaults to this Button.
Action
 text : String
The text to set for all components using this action (defaults to '').
Action

Public Properties

This class has no public properties.

Public Methods

MethodDefined By