Jetpack/Examples: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
| '''Location'''  
| '''Location'''  
| '''Description'''  
| '''Description'''  
|-
| How to create a button on a webpage
| [[User:Bogomil]]
|1.0b5
|https://gist.github.com/970120
|define a button, add it to the webpage, attach a listener and execute a simple action when clicked.
|-
|}
|}

Revision as of 07:22, 13 May 2011

This page lists add-ons which people have created using the Add-on SDK and the Online Builder.

If you've written an add-on using the SDK or the Builder, please feel free to share a link to it here!

Title Author SDK Version Location Description
How to create a button on a webpage User:Bogomil 1.0b5 https://gist.github.com/970120 define a button, add it to the webpage, attach a listener and execute a simple action when clicked.