UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

7 lines 182 B
Ext.define('Neptune.view.form.widget.TextArea', { extend: 'Ext.form.field.TextArea', xtype: 'textArea', value: Neptune.DummyText.text, width: 300, height: 100 });