X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.list.NumberColumn.html?ds=sidebyside diff --git a/docs/output/Ext.list.NumberColumn.html b/docs/output/Ext.list.NumberColumn.html index 7c6dde5e..0c309e40 100644 --- a/docs/output/Ext.list.NumberColumn.html +++ b/docs/output/Ext.list.NumberColumn.html @@ -1,20 +1,21 @@ -
Column NumberColumn
Package: | Ext.list |
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.list |
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.list.Column for more details.
Config Options | Defined By | |
---|---|---|
align : String Set the CSS text-align property of the column. Defaults to 'left'. | Column | |
cls : String Optional. This option can be used to add a CSS class to the cell of each
-row for this column. | Column | |
dataIndex : String Required. The name of the field in the
-ListViews's Ext.data.Store's Ext.data.Record definition from
+row for this column. | Column | |
dataIndex : String Required. The name of the field in the
+ListViews's Ext.data.Store's Ext.data.Record definition from
which to draw the... Required. The name of the field in the ListViews's Ext.data.Store's Ext.data.Record definition from -which to draw the column's value. | Column | |
format : String A formatting string as used by Ext.util.Format.number to format a numeric value for this Column
+which to draw the column's value. | Column | |
format : String A formatting string as used by Ext.util.Format.number to format a numeric value for this Column
(defaults to '0,000.0... A formatting string as used by Ext.util.Format.number to format a numeric value for this Column
-(defaults to '0,000.00'). | NumberColumn | |
header : String Optional. The header text to be used as innerHTML
-(html tags are accepted) to display in the ListView. Note: to
+(defaults to '0,000.00'). | NumberColumn | |
header : String Optional. The header text to be used as innerHTML
+(html tags are accepted) to display in the ListView. Note: to
have... Optional. The header text to be used as innerHTML
(html tags are accepted) to display in the ListView. Note: to
-have a clickable header with no text displayed use ' '. | Column | |
tpl : String Optional. Specify a string to pass as the
-configuration string for Ext.XTemplate. By default an Ext.XTemplate
+have a clickable header with no text displayed use ' '. | Column | |
tpl : String Optional. Specify a string to pass as the
+configuration string for Ext.XTemplate. By default an Ext.XTemplate
will b... Optional. Specify a string to pass as the
configuration string for Ext.XTemplate. By default an Ext.XTemplate
-will be implicitly created using the dataIndex. | Column | |
width : Number Optional. Percentage of the container width
+will be implicitly created using the dataIndex. | Column | |
width : Number Optional. Percentage of the container width
this column should be allocated. Columns that have no width specified wi... Optional. Percentage of the container width
this column should be allocated. Columns that have no width specified will be
allocated with an equal percentage to fill 100% of the container width. To easily take
|