Simple Chooser

From Creative Commons
Revision as of 21:54, 24 July 2007 by Nathan Yergler (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Simple Chooser is part of the Web Services package and provides a simplified way to integrate a drop-down license selector in a web application.

Basic Usage

The chooser drop-down may be included using an HTML script tag. For example, an extremely simple usage:

 <html>
   <body>
      <select id="license">
         <script src="http://api.creativecommons.org/rest/dev/simple/chooser.js" type="text/javascript" >
         </script>
      </select>
   </body>
 </html>

This will render a selector as shown below:

Simple chooser.png

Additional Information