Jetpack/Cookbook: Difference between revisions
< Jetpack
Jump to navigation
Jump to search
(Created page with "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 shar...") |
No edit summary |
||
Line 1: | Line 1: | ||
This page lists | This page lists code snippets showing you how to accomplish specific tasks using the Add-on SDK and the Online Builder. | ||
{| class="fullwidth-table sortable" | {| class="fullwidth-table sortable" | ||
Line 16: | Line 14: | ||
|https://gist.github.com/970120 | |https://gist.github.com/970120 | ||
|define a button, add it to the webpage, attach a listener and execute a simple action when clicked. | |define a button, add it to the webpage, attach a listener and execute a simple action when clicked. | ||
|} | |} |
Revision as of 19:18, 16 June 2011
This page lists code snippets showing you how to accomplish specific tasks using the Add-on SDK and the Online Builder.
Title | Author | SDK Version | Location | Description |
How to create a button on a webpage | Bogo | 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. |