X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.grid.Column.html?ds=inline diff --git a/docs/output/Ext.grid.Column.html b/docs/output/Ext.grid.Column.html index 9bdcc147..3830e40b 100644 --- a/docs/output/Ext.grid.Column.html +++ b/docs/output/Ext.grid.Column.html @@ -1,4 +1,4 @@ -
Package: | Ext.grid |
Defined In: | Column.js |
Class: | Column |
Subclasses: | BooleanColumn, DateColumn, NumberColumn, TemplateColumn |
Extends: | Object |
This class encapsulates column configuration data to be used in the initialization of a +
Package: | Ext.grid |
Defined In: | Column.js |
Class: | Column |
Subclasses: | ActionColumn, BooleanColumn, DateColumn, NumberColumn, TemplateColumn |
Extends: | Object |
This class encapsulates column configuration data to be used in the initialization of a ColumnModel.
While subclasses are provided to render data in different ways, this class renders a passed data field unchanged and is usually used for textual columns.
Config Options | Defined By | |
---|---|---|
align : String Optional. Set the CSS text-align property of the column. Defaults to undefined. | Column | |
css : String Optional. An inline style definition string which is applied to all table cells in the column
@@ -45,7 +45,7 @@ group option in the header menu for the column. See also Optional. The header text to be used as innerHTML
(html tags are accepted) to display in the Grid view. Note: to
-have a clickable header with no text displayed use ' '. | Column | |
hidden : Boolean Optional. true to initially hide this column. Defaults to false.
+have a clickable header with no text displayed use ' '. | Column | |
hidden : Boolean Optional. true to initially hide this column. Defaults to false.
A hidden column may be shown via the header row menu... Optional. true to initially hide this column. Defaults to false.
A hidden column may be shown via the header row menu.
If a column is never to be shown, simply do not include this column in the Column Model at all. | Column | |
hideable : Boolean | Column | |
setEditor( Ext.Editor/Ext.form.Field editor )
:
- voidSets a new editor for this column. Sets a new editor for this column. Parameters:
| Column |
editor
: Ext.Editor/Ext.form.FieldEvent | Defined By | |
---|---|---|
click :
+ ( Column this , Grid The , Number rowIndex , Ext.EventObject e )
+ Fires when this Column is clicked. Fires when this Column is clicked. Listeners will be called with the following arguments:
| Column | |
contextmenu :
+ ( Column this , Grid The , Number rowIndex , Ext.EventObject e )
+ Fires when this Column is right clicked. Fires when this Column is right clicked. Listeners will be called with the following arguments:
| Column | |
dblclick :
+ ( Column this , Grid The , Number rowIndex , Ext.EventObject e )
+ Fires when this Column is double clicked. Fires when this Column is double clicked. Listeners will be called with the following arguments:
| Column | |
mousedown :
+ ( Column this , Grid The , Number rowIndex , Ext.EventObject e )
+ Fires when this Column receives a mousedown event. Fires when this Column receives a mousedown event. Listeners will be called with the following arguments:
| Column |