Guide applies to: classic
Diff between Ext JS 7.5.0 and Ext JS 7.6.0 (classic)
Modified Classes
Ext.form.field.ComboBox
- Added Configs
- allowProgrammaticUnknownValues
Ext.view.Table
Modified Configs
tpl (private)
value
[
'{%',
'view = values.view;',
'if (!(columns = values.columns)) {',
'columns = values.columns = view.ownerCt.getVisibleColumnManager().getColumns();',
'}',
'values.fullWidth = 0;',
// Stamp cellWidth into the columns
'for (i = 0, len = columns.length; i < len; i++) {',
'column = columns[i];',
'values.fullWidth += (column.cellWidth = column.lastBox ? column.lastBox.width : column.width || column.minWidth);',
'}',
// Add the row/column line classes to the container element.
'tableCls=values.tableCls=[];',
'%}',
'{% if (values.view.isTreeView === true) {%}',
'<span id="{view.id}' + '-aria-description-checked"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets">Checkbox is checked. Press space to uncheck</span>',
'<span id="{view.id}' + '-aria-description-unchecked"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets">Checkbox is not checked. Press space to check</span>',
'<span id="{view.id}' + '-aria-description-expanded"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets"> Node is expanded.</span>',
'<span id="{view.id}' + '-aria-description-collapsed"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets"> Node is collapsed.</span>',
'{% }',
'%}',
'{% if (values.view.rowExpander) {%}',
'<span id="{view.id}' + '-aria-description-rowexpanded"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets">Row expanded</span>',
'<span id="{view.id}' + '-aria-description-rowcollapsed"' + ' class="' + Ext.baseCSSPrefix + 'hidden-offsets">Row collapsed</span>',
'{%}',
'%}',
'<div class="' + Ext.baseCSSPrefix + 'grid-item-container" role="presentation" style="width:{fullWidth}px">',
'{[view.renderTHead(values, out, parent)]}',
'{%',
'view.renderRows(values.rows, values.columns, values.viewStartIndex, out);',
'%}',
'{[view.renderTFoot(values, out, parent)]}',
'</div>',
// This template is shared on the Ext.view.Table prototype, so we have to
// clean up the closed over variables. Otherwise we'll retain the last values
// of the template execution!
'{% ',
'view = columns = column = null;',
'%}',
{
definitions: 'var view, tableCls, columns, i, len, column;',
priority: 0
}
]
SDK Totals
- 1,203 Classes
- 4,268 Configs
- 1,501 Properties
- 71 Static Properties
- 6,117 Methods
- 203 Static Methods
- 887 Events
- 4,022 Vars
- 70 Sass Mixins