如何拆分绑定字符串ExtJS

问题描述 投票:1回答:1

如果绑定,我如何分割字符串并获取长度?我试过这个,但显示的值是空的:

{
        xtype: 'displayfield',
        fieldLabel: __('sending_to'),
        bind: {
            value: '{recipients.split("\n").length}'
        }
}
javascript extjs extjs6-classic
1个回答
2
投票

您可以使用formulas在其中添加更多逻辑。关于你的问题,这里是FIDDLE

© www.soinside.com 2019 - 2024. All rights reserved.