Answer the question
In order to leave comments, you need to log in
How to set custom name when binding form and model in ext js?
Hey! There is a project on ext js 6. I'm new to it, I smoked docks, experimented, but did not understand. The essence of the problem, there is a form with fields in which there is a binding to the model.
Form fields:
{
xtype: 'checkboxfield',
fieldLabel: 'Field1',
bind: '{someField1}'
},
{
xtype: 'textfield',
fieldLabel: 'Field2',
bind: '{someField2}'
}
{
name: 'someField1',
type: 'boolean',
mapping: 'some_field_1'
},
{
name: 'someField2',
type: 'string',
mapping: 'some_field_2'
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question