X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.grid.DateColumn.html diff --git a/docs/output/Ext.grid.DateColumn.html b/docs/output/Ext.grid.DateColumn.html index 1d7a8a7c..eba94785 100644 --- a/docs/output/Ext.grid.DateColumn.html +++ b/docs/output/Ext.grid.DateColumn.html @@ -1,5 +1,5 @@ -
Column DateColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | DateColumn |
Extends: | Column |
A Column definition class which renders a passed date according to the default locale, or a configured -format. See the xtype config option of Ext.grid.ColumnModel +
Column DateColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | DateColumn |
Extends: | Column |
A Column definition class which renders a passed date according to the default locale, or a configured +format. 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). D... 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 +45,10 @@ 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 hide the column. Defaults to false. | Column | |
hideable : Boolean Optional. Specify as false to prevent the user from hiding this column
+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 men... 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 Optional. Specify as false to prevent the user from hiding this column
(defaults to true). To disallow column hidin... Optional. Specify as false to prevent the user from hiding this column
(defaults to true). To disallow column hiding globally for all columns in the grid, use
Ext.grid.GridPanel.enableColumnHide instead. | Column | |
id : String Optional. A name which identifies this column (defaults to the column's initial
@@ -90,10 +93,9 @@ If not specified, the default renderer uses the raw data value.
}
See also scope. | Column | |
resizable : Boolean Optional. false to disable column resizing. Defaults to true. | Column | |
scope : Object Optional. The scope (this reference) in which to execute the
renderer. Defaults to the Column configuration object. | Column | |
sortable : Boolean Optional. true if sorting is to be allowed on this column.
-Defaults to the value of the defaultSortable property.
-W... Optional. true if sorting is to be allowed on this column.
-Defaults to the value of the defaultSortable property.
-Whether local/remote sorting is used is specified in Ext.data.Store.remoteSort. | Column | |
tooltip : String Optional. A text string to use as the column header's tooltip. If Quicktips
+Defaults to the value of the Ext.grid.ColumnModel.default... Optional. true if sorting is to be allowed on this column.
+Defaults to the value of the Ext.grid.ColumnModel.defaultSortable property.
+Whether local/remote sorting is used is specified in Ext.data.Store.remoteSort . | Column | |
tooltip : String Optional. A text string to use as the column header's tooltip. If Quicktips
are enabled, this value will be used as... Optional. A text string to use as the column header's tooltip. If Quicktips
are enabled, this value will be used as the text of the quick tip, otherwise it will be set as the
header's HTML title attribute. Defaults to ''. | Column | |
width : Number Optional. The initial width in pixels of the column.
@@ -156,4 +158,6 @@ was extracted.
:
Ext.Editor | Column |
rowIndex
: NumberExt.Editor
Ext.Editor/Ext.form.Field editor
)
+ :
+ voideditor
: Ext.Editor/Ext.form.Field