Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究自定义组件,它将包含组合和显示字段。它应该是一个带有验证消息的组合框。我想知道,从哪个基类派生该基类以具有诸如商店绑定等这样的功能?
为什么不使用标准的 ExtJs 验证机制?它将产生您想要的确切结果 - 组合框旁边的标签。
最终我发现它可以是一个简单的Ext.panel.Panel。