EXTJS 按钮添加右键

The context menu is just floating menu, so just grab the context menu event and show the menu. Since the button doesn't have the contextmenu you can grab directly the htmlelement (or the Element wrapper) and listen to the contextmenu event

example

原文地址:https://www.cnblogs.com/luhaiyan/p/2046627.html