windowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
492 B
12 lines
492 B
9 years ago
|
$grid-cell-spinner-trigger-vertical-background-image: 'form/spinner-small' !default;
|
||
|
|
||
|
/**
|
||
|
* @var {boolean}
|
||
|
* True to include the "grid-cell" form field UIs for grid fields and input fields in {@link Ext.grid.column.Widget WidgetColumns}.
|
||
|
*
|
||
|
* This defaults to `true`. It is required if either grid fields are being used,
|
||
|
* or if a {@link Ext.grid.column.Widget WidgetColumn} is being used to house an input field.
|
||
|
* @member Ext.view.Table
|
||
|
*/
|
||
|
$include-grid-cell-field-ui: true !default;
|