Тема
:
Не работает Ext.data.field.Field.calculate()?
Показать сообщение отдельно
#
2
(
permalink
)
29.04.2016, 00:24
khusamov
Соединяю Node.js и Ext JS
Регистрация: 25.06.2009
Сообщений: 1,033
The method can't infer any dependent fields because they are encoded in a string. You'll need to explicitly declare them:
name: 'string', depends: ['personlastname', 'personname', 'personmiddle'], calculate: ....
__________________
Хусамов Сухроб, Москва,
khusamov@yandex.ru
Мой JS-стек: Sencha ExtJS 6, Node.js, TypeScript.