带有文本框的 Ext JS 组合框
我是 Ext JS 的新手,我想知道是否有办法可以做这样的事情? (我明白,我可以将组合框设置为可编辑,而不是这个。但想知道我是否可以这样做。)
I'm new to Ext JS and I wanted to know if there is a way I could do something like this? (I understand, I can have the Combo box as editable instead of this. But wanted to know if I can do this.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可以做到,但是你必须扩展 ComboBox。您需要更改的事情之一是
tpl
。如果你从未做过类似的事情,你可以看看 Saki 的 LovCombo。
It can be done, but you have to extend ComboBox. One of the things you need to change is
tpl
.If you have never done something like that, you can look at Saki's LovCombo.
在 Ext Designer 中更改了tpl并且它起作用了。虽然答案是@Francesco所说的,但我只是添加了我用来参考的XTemplate。
Changed the tpl in Ext Designer and it worked. Though the answer is what @Francesco said, I'm just adding the XTemplate I used for reference.