reservation plugin - unbound request (unclean
[unfold.git] / portal / static / unbound_reservation_static / lib / thirdparty / excanvas / README
1 ExplorerCanvas\r
2 Copyright 2006 Google Inc.\r
3 \r
4 -------------------------------------------------------------------------------\r
5 DESCRIPTION\r
6 \r
7 Firefox, Safari and Opera 9 support the canvas tag to allow 2D command-based \r
8 drawing operations. ExplorerCanvas brings the same functionality to Internet \r
9 Explorer; web developers only need to include a single script tag in their \r
10 existing canvas webpages to enable this support.\r
11 \r
12 \r
13 -------------------------------------------------------------------------------\r
14 INSTALLATION\r
15 \r
16 Include the ExplorerCanvas tag in the same directory as your HTML files, and \r
17 add the following code to your page, preferably in the <head> tag.\r
18 \r
19 <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->\r
20 \r
21 If you run into trouble, please look at the included example code to see how\r
22 to best implement this