X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.grid.BooleanColumn.html?ds=sidebyside diff --git a/docs/output/Ext.grid.BooleanColumn.html b/docs/output/Ext.grid.BooleanColumn.html index 9d906d21..d0dde9ee 100644 --- a/docs/output/Ext.grid.BooleanColumn.html +++ b/docs/output/Ext.grid.BooleanColumn.html @@ -1,4 +1,5 @@ -
Column BooleanColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | BooleanColumn |
Extends: | Column |
A Column definition class which renders boolean data fields. See the xtype +
Column + BooleanColumn
Package: | Ext.grid |
Defined In: | Column.js |
Class: | BooleanColumn |
Extends: | Column |
A Column definition class which renders boolean data fields. 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
@@ -14,7 +15,7 @@ if editing is supported by the grid. See edita... Optiona
if editing is supported by the grid. See editable also. | Column | |
emptyGroupText : String Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text to d... Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text to display when there is an empty group value. Defaults to the
-Ext.grid.GroupingView.emptyGroupText. | Column | |
falseText : String The string returned by the renderer when the column value is falsey (but not undefined) (defaults to
+Ext.grid.GroupingView.emptyGroupText. | Column | |
falseText : String The string returned by the renderer when the column value is falsy (but not undefined) (defaults to
'false'). | BooleanColumn | |
fixed : Boolean Optional. true if the column width cannot be changed. Defaults to false. | Column | |
groupName : String Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text with... Optional. If the grid is being rendered by an Ext.grid.GroupingView, this option
may be used to specify the text with which to prefix the group field value in the group header line.
@@ -44,7 +45,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 Optional. Specify as false to prevent the user from hiding this column
@@ -97,7 +98,7 @@ Defaults to the value of the 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 | |
trueText : String The string returned by the renderer when the column value is not falsey (defaults to 'true'). | BooleanColumn | |
undefinedText : String The string returned by the renderer when the column value is undefined (defaults to ' '). | BooleanColumn | |
width : Number Optional. The initial width in pixels of the column.
+header's HTML title attribute. Defaults to ''. | Column | |
trueText : String The string returned by the renderer when the column value is not falsy (defaults to 'true'). | BooleanColumn | |
undefinedText : String The string returned by the renderer when the column value is undefined (defaults to ' '). | BooleanColumn | |
width : Number Optional. The initial width in pixels of the column.
The width of each column can also be affected if any of the foll... Optional. The initial width in pixels of the column.
The width of each column can also be affected if any of the following are configured:
| 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 |