ColumnDateColumn
| Package: | CQ.Ext.list |
| Class: | DateColumn |
| Extends: | CQ.Ext.list.Column |
| Clientlib: | cq.widgets |
| xtype: | lvdatecolumn |
A Column definition class which renders a passed date according to the default locale, or a configured format. See the xtype config option of CQ.Ext.list.Column for more details.
| Config Options | Defined By | |
|---|---|---|
|
align : String Set the CSS text-align property of the column. Defaults to 'left'.
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 | |
|
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 CQ.Ext.XTemplate. By default an CQ.Ext.XTemplate w...
Optional. Specify a string to pass as the configuration string for CQ.Ext.XTemplate. By default an CQ.Ext.XTemplate 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 wil...
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 advantage of the full container width, leave the width of at least one column undefined. Note that if you do not want to take up the full width of the container, the width of every column needs to be explicitly defined.
|
Column | |
| Method | Defined By | |
|---|---|---|
|
constructor() : void
Parameters:
|
Column | |