extjs 5如何将multiselect绑定到viewModel

时间:2014-08-06 13:29:01

标签: javascript extjs extjs4 extjs5

我正在尝试将多选表单字段绑定到viewModel但是它无效。

    {
        fieldLabel: 'Groups',
        bind:'{myReference.selection.groupIds}',
        allowBlank: false,
        xtype:'multiselect',
        store: 'Groups',
        valueField: 'id',
        displayField: 'label'
    }

关于如何将其绑定到选择的任何ID?

谢谢我真的很感谢你的帮助!

0 个答案:

没有答案