0
votes

Is there anyone help me to create a menu type button like firebug or Greasemonkey using firefox addon sdk ? Also if anyone know how to enable a disabled button in firefox addon sdk then please let me know. Thanks in advance :)

1

1 Answers

0
votes

I have created a GitHub repo to do just what you're asking. It creates a menu-button type button and passes a second argument–boolean isMenu–to the button onClick method. Follow the link to see how to implement.