Text.js 107 B

12345
  1. Ext.define('school.override.form.field.Text', {
  2. override: 'Ext.form.field.Text',
  3. maxLength: 50
  4. });