X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..refs/heads/old:/docs/output/Ext.grid.TemplateColumn.html?ds=sidebyside diff --git a/docs/output/Ext.grid.TemplateColumn.html b/docs/output/Ext.grid.TemplateColumn.html index 0442dc0b..7c50f06d 100644 --- a/docs/output/Ext.grid.TemplateColumn.html +++ b/docs/output/Ext.grid.TemplateColumn.html @@ -1,4 +1,5 @@ -
Column TemplateColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | TemplateColumn |
Extends: | Column |
A Column definition class which renders a value by processing a Record's +
Column + TemplateColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | TemplateColumn |
Extends: | Column |
A Column definition class which renders a value by processing a Record's data using a configured XTemplate. See the xtype config option of Ext.grid.Column for more details.
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 +46,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 |