Sencha Architect: Ext.form.field.Picker extension

In Sencha Architect, I want to expand Ext.form.field.Pickerto create a custom component. But Ext.form.field.Pickernot in the accessible toolbar items. Can I do it somehow?

I am trying to override the trigger field and change:

extend: 'Ext.form.field.Trigger'

to

extend: 'Ext.form.field.Picker'

but he does nothing.

+5
source share
1 answer

In your Sencha architect (preferably version 3.1), click the plus sign (upper right corner) inside the project inspector, select Class and View.

, Ext.Base. extend Ext.form.field.Picker, : " Ext.form.field.Picker, ". "", .

0

All Articles