]> git.proxmox.com Git - extjs.git/blame - extjs/classic/classic/src/rtl/grid/plugin/RowEditing.js
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / classic / src / rtl / grid / plugin / RowEditing.js
CommitLineData
6527f429
DM
1Ext.define('Ext.rtl.grid.plugin.RowEditing', {\r
2 override: 'Ext.grid.plugin.RowEditing',\r
3 \r
4 initEditorConfig: function(){\r
5 var cfg = this.callParent();\r
6 cfg.rtl = this.grid.getInherited().rtl;\r
7 return cfg;\r
8 }\r
9});\r