ExtJs 组合中的图标
如何在 ExtJs Combo 中显示图标和显示字段。extjs 组合是否有任何扩展。请提供一些样品。
How to display Icon along with display field in ExtJs Combo.Is There any extension for extjs combo. Please provide some samples.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于 ExtJS4,将带有 getInnerTpl 方法的 listConfig 添加到组合框:
For ExtJS4 add a listConfig with getInnerTpl Method to the combobox:
请参阅:
Workaround-Image-in-Combobox-选项
ExtJS 中带有国旗图像的国家/地区选择器
Refer this :
Workaround-Image-in-Combobox-options
Country selector with flag images in ExtJS
另一种方式,我认为可以改进它,但对我来说效果很好:
Another way, I think is possible to improve it but works ok for me:
在这里您可以看到如何显示具有可点击功能的图标。
我正在使用 getInnerTpl 更改组合内的 tpl 行。在创建新的 tpl 时,我可以更改 html,以便它将包含一个 css 类,该类在运行时加载我想要的图标
Css:
}
Here you can see how to display an icon with a clickable function.
I'm using getInnerTpl to change the tpl rows inside the combo. While creating a new tpl I can change the html so it will include a css class that load in runtime the icon I want
Css:
}