X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.grid.ActionColumn.html diff --git a/docs/output/Ext.grid.ActionColumn.html b/docs/output/Ext.grid.ActionColumn.html index 3443edcc..9729c577 100644 --- a/docs/output/Ext.grid.ActionColumn.html +++ b/docs/output/Ext.grid.ActionColumn.html @@ -1,4 +1,5 @@ -
Properties Methods Events Config Options Direct Link
Column
  ActionColumn

Class Ext.grid.ActionColumn

Package:Ext.grid
Defined In:Column.js
Class:ActionColumn
Extends:Column

A Grid column type which renders an icon, or a series of icons in a grid cell, and offers a scoped click +

Column
+  ActionColumn

Class Ext.grid.ActionColumn

Package:Ext.grid
Defined In:Column.js
Class:ActionColumn
Extends:Column

A Grid column type which renders an icon, or a series of icons in a grid cell, and offers a scoped click handler for each icon. Example usage:

new Ext.grid.GridPanel({
     store: myStore,
@@ -53,9 +54,8 @@ if editing is supported by the grid. See Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
 may be used to specify the text to display when there is an empty group value. Defaults to the
 Ext.grid.GroupingView.emptyGroupText.
Column fixed : Boolean
Optional. true if the column width cannot be changed. Defaults to false.
Column getClass : Function
A function which returns the CSS class to apply to the icon image. -The function is passed the following parameters: -v...
A function which returns the CSS class to apply to the icon image. -The function is passed the following parameters:
    +The function is passed the following parameters:<d...
A function which returns the CSS class to apply to the icon image. +The function is passed the following parameters:
  • v : Object

    The value of the column's configured field (if any).

  • metadata : Object

    An object in which you may set the following attributes:

    • css : String

      A CSS class name to add to the cell's TD element.

    • @@ -66,7 +66,7 @@ The function is passed the following parameters:
      • rowIndex : Number

        The row index..

      • colIndex : Number

        The column index.

      • store : Ext.data.Store

        The Store which is providing the data Model.

      • -
ActionColumn groupName : String
Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option +
ActionColumn groupName : String
Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option may be used to specify the text with...
Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option may be used to specify the text with which to prefix the group field value in the group header line. See also groupRenderer and