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.
我想知道,当我将 GWT-EXT 按钮添加到工具栏时,它看起来好像是一个链接,您可以看到边框不可见,它只是与工具栏混合在一起。
但是,当将相同的按钮添加到面板时,它会正确查看。
我只希望按钮添加到面板的工具栏时与添加到面板时完全相同。
去那个按钮并写监听器,
listeners: { render: function() { this.addCls("x-btn-default-small"); this.removeCls("x-btn-default-toolbar-small"); } }
这将解决您的问题