

| 字段摘要 | |
|---|---|
boolean |
autoFill
Defaults to false. Specify true to have the column widths re-proportioned
when the grid is initially rendered. The
... |
string |
cellSelector
The selector used to find cells internally (defaults to 'td.x-grid3-cell') |
number |
cellSelectorDepth
The number of levels to search for cells in event delegation (defaults to 4) |
string |
columnsText
The text displayed in the 'Columns' menu item (defaults to 'Columns') |
boolean |
deferEmptyText
True to defer emptyText being applied until the store's first load (defaults to true). |
string |
emptyGroupText
The text to display when there is an empty group value (defaults to '(None)').
May also be specified per column, see ... |
string |
emptyText
Default text (html tags are accepted) to display in the grid body when no rows
are available (defaults to ''). This v... |
boolean |
enableGrouping
false to disable grouping functionality (defaults to true) |
boolean |
enableGroupingMenu
true to enable the grouping control in the column menu (defaults to true) |
boolean |
enableNoGroups
true to allow the user to turn off grouping (defaults to true) |
boolean |
enableRowBody
True to add a second TR element per row that can be used to provide a row body
that spans beneath the data row. Use ... |
boolean |
forceFit
Defaults to false. Specify true to have the column widths re-proportioned
at all times. The initially configured wi... |
string |
groupByText
Text displayed in the grid header menu for grouping by a column (defaults to 'Group By This Field'). |
string |
groupMode
Indicates how to construct the group identifier. 'value' constructs the id using
raw value, 'display' constructs the ... |
string |
groupTextTpl
The template used to render the group header (defaults to '{text}').
This is used to format an object which contains ... |
String |
haveTypeInCode
在生成的代码中包含类型名。 |
boolean |
headersDisabled
True to disable the grid column headers (defaults to false).
Use the ColumnModel menuDisabled
config to disable the m... |
boolean |
hideGroupedColumn
true to hide the column that is currently grouped (defaults to false) |
boolean |
ignoreAdd
true to skip refreshing the view when new rows are added (defaults to false) |
String |
label
|
String |
name
|
string |
rowBodySelector
The selector used to find row bodies internally (defaults to 'div.x-grid3-row') |
number |
rowBodySelectorDepth
The number of levels to search for row bodies in event delegation (defaults to 10) |
string |
rowSelector
The selector used to find rows internally (defaults to 'div.x-grid3-row') |
number |
rowSelectorDepth
The number of levels to search for rows in event delegation (defaults to 10) |
number |
scrollOffset
The amount of space to reserve for the vertical scrollbar
(defaults to undefined). If an explicit value isn't specifi... |
string |
selectedRowClass
The CSS class applied to a selected row (defaults to 'x-grid3-row-selected'). An
xworker.example overriding the default styli... |
boolean |
showGroupName
If true will display a prefix plus a ': ' before the group field value
in the group header line. The prefix will con... |
string |
showGroupsText
Text displayed in the grid header for enabling/disabling grouping (defaults to 'Show in Groups'). |
string |
sortAscText
The text displayed in the 'Sort Ascending' menu item (defaults to 'Sort Ascending') |
string |
sortDescText
The text displayed in the 'Sort Descending' menu item (defaults to 'Sort Descending') |
boolean |
startCollapsed
true to start all groups collapsed (defaults to false) |
String |
useChildExtThing
是否使用第一个子节点作为Ext事物。 |
String |
varglobal
如果为true,那么该代码将生成到全局变量(相对于本次代码生成),而引用者将使用该控件的varname作为引用。 |
String |
varname
声明的变量名。 |
String |
varref
引用已有的变量,而不是通过自己生成Extjs相关代码。 |
| 方法摘要 | |
|---|---|
|
getExtType
|
|
getJavaScriptObjectType
|
|
toJavaScriptCode
|
| 子事物摘要 | |
|---|---|
|
function
一般JavaScript对象可以随时自定义一些方法,因此把function子节点加入到任何ExtThing中,以方便自定义函数。 |
|
groupRenderer
This property must be configured in the Ext.grid.Column for each column. |
|
listeners
|
|
sortClasses
The CSS classes applied to a header when it is sorted. (defaults to ['sort-asc', 'sort-desc']) |
| 字段详细信息 |
|---|
















在生成的代码中包含类型名。

















是否使用第一个子节点作为Ext事物。
可用在多种类型可选属性上,通过设置不同的子节点实现不同的类型。

如果为true,那么该代码将生成到全局变量(相对于本次代码生成),而引用者将使用该控件的varname作为引用。
生成的代码将放到整个代码的开头部位。

声明的变量名。
大部分情况下控件是包含在父控件下的,但也有可能在某些场合下(比如全局定义中)控件是以new的方法单独创建的,比如可能是var <varname> = new Ext.xxxx(),其中varname就是变量名。

引用已有的变量,而不是通过自己生成Extjs相关代码。
如果varref不为空,那么生成的代码就是varref的引用变量。比如Store的varref="userStore",那么生成的代码是store=userStore;
| 方法详细信息 |
|---|
| 子事物详细信息 |
|---|

一般JavaScript对象可以随时自定义一些方法,因此把function子节点加入到任何ExtThing中,以方便自定义函数。


