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?
Ext.form.field.Picker
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.
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, ". "", .
Ext.Base