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.
我在网格顶部有两个“删除”按钮,一个是红色的,另一个是灰色的。当没有选择行时,按钮是灰色的。否则,它显示红色。如何使用 Extjs4 做到这一点?
听网格的选择事件 - 隐藏灰色,显示红色。重新加载网格后,或者如果网格存储变空 - 执行相反的操作。但是,如果您认为您必须使用一个带有 css 样式的按钮来禁用/启用控件和setDisabled方法。因为逻辑上它是一个按钮的两种状态。