| OLD | NEW |
| 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
| 2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
| 3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
| 4 templating mechanism. | 4 templating mechanism. |
| 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
| 6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
| 7 authored overview content. | 7 authored overview content. |
| 8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
| 9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
| 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 <div id="pageFooter" --=""> | 618 <div id="pageFooter" --=""> |
| 619 <p> | 619 <p> |
| 620 Except as otherwise <a href="http://code.google.com/policies.html#restrictions
">noted</a>, | 620 Except as otherwise <a href="http://code.google.com/policies.html#restrictions
">noted</a>, |
| 621 the content of this page is licensed under the <a rel="license" href="http://c
reativecommons.org/licenses/by/3.0/">Creative Commons | 621 the content of this page is licensed under the <a rel="license" href="http://c
reativecommons.org/licenses/by/3.0/">Creative Commons |
| 622 Attribution 3.0 License</a>, and code samples are licensed under the | 622 Attribution 3.0 License</a>, and code samples are licensed under the |
| 623 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic
ense</a>. | 623 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic
ense</a>. |
| 624 </p> | 624 </p> |
| 625 <p> | 625 <p> |
| 626 ©2009 Google | 626 ©2009 Google |
| 627 </p> | 627 </p> |
| 628 |
| 629 <!-- begin analytics --> |
| 630 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"><
/script> |
| 631 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr
ipt> |
| 632 |
| 633 <script type="text/javascript"> |
| 634 // chrome doc tracking |
| 635 try { |
| 636 var engdocs = _gat._getTracker("YT-10763712-2"); |
| 637 engdocs._trackPageview(); |
| 638 } catch(err) {} |
| 639 |
| 640 // code.google.com site-wide tracking |
| 641 try { |
| 642 _uacct="UA-18071-1"; |
| 643 _uanchor=1; |
| 644 _uff=0; |
| 645 urchinTracker(); |
| 646 } |
| 647 catch(e) {/* urchinTracker not available. */} |
| 648 </script> |
| 649 <!-- end analytics --> |
| 650 |
| 628 </div> <!-- /pageFooter --> | 651 </div> <!-- /pageFooter --> |
| 629 </div> <!-- /container --> | 652 </div> <!-- /container --> |
| 630 </body></html> | 653 </body></html> |
| 631 | 654 |
| OLD | NEW |