Mercurial > defr > drupal > scald > dnd
comparison js/bt/other_libs/excanvas_0002/README @ 18:0d557e6e73f7
Added beautytips and some additional event handling code to the library.
| author | David Eads <eads@chicagotech.org> |
|---|---|
| date | Fri, 06 Mar 2009 14:11:46 -0600 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 17:1a77f87927dd | 18:0d557e6e73f7 |
|---|---|
| 1 ExplorerCanvas | |
| 2 Copyright 2006 Google Inc. | |
| 3 | |
| 4 ------------------------------------------------------------------------------- | |
| 5 DESCRIPTION | |
| 6 | |
| 7 Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based | |
| 8 drawing operations. ExplorerCanvas brings the same functionality to Internet | |
| 9 Explorer; web developers only need to include a single script tag in their | |
| 10 existing canvas webpages to enable this support. | |
| 11 | |
| 12 | |
| 13 ------------------------------------------------------------------------------- | |
| 14 INSTALLATION | |
| 15 | |
| 16 Include the ExplorerCanvas tag in the same directory as your HTML files, and | |
| 17 add the following code to your page, preferably in the <head> tag. | |
| 18 | |
| 19 <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> | |
| 20 | |
| 21 If you run into trouble, please look at the included example code to see how | |
| 22 to best implement this |
