X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..refs/heads/old:/docs/output/Ext.grid.NumberColumn.html?ds=sidebyside diff --git a/docs/output/Ext.grid.NumberColumn.html b/docs/output/Ext.grid.NumberColumn.html index 7bb7052f..50cc9a93 100644 --- a/docs/output/Ext.grid.NumberColumn.html +++ b/docs/output/Ext.grid.NumberColumn.html @@ -1,4 +1,5 @@ -
Column NumberColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | NumberColumn |
Extends: | Column |
A Column definition class which renders a numeric data field according to a format string. See the +
Column + NumberColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | NumberColumn |
Extends: | Column |
A Column definition class which renders a numeric data field according to a format string. 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
(excluding headers). De... Optional. An inline style definition string which is applied to all table cells in the column
(excluding headers). Defaults to undefined. | Column | |
dataIndex : String Required. The name of the field in the
@@ -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 |