]> git.proxmox.com Git - extjs.git/blob - extjs/modern/modern/src/field/TextAreaInput.js
add extjs 6.0.1 sources
[extjs.git] / extjs / modern / modern / src / field / TextAreaInput.js
1 /**
2 * @private
3 */
4 Ext.define('Ext.field.TextAreaInput', {
5 extend: 'Ext.field.Input',
6 xtype : 'textareainput',
7
8 tag: 'textarea'
9 });