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 17 matching lines...) Expand all Loading... |
28 <!-- VALUE --> | 28 <!-- VALUE --> |
29 <div id="valueTemplate"> | 29 <div id="valueTemplate"> |
30 <dt> | 30 <dt> |
31 <var>paramName</var> | 31 <var>paramName</var> |
32 <em> | 32 <em> |
33 | 33 |
34 <!-- TYPE --> | 34 <!-- TYPE --> |
35 <div style="display:inline"> | 35 <div style="display:inline"> |
36 ( | 36 ( |
37 <span class="optional">optional</span> | 37 <span class="optional">optional</span> |
| 38 <span class="enum">enumerated</span> |
38 <span id="typeTemplate"> | 39 <span id="typeTemplate"> |
39 <span> | 40 <span> |
40 <a> Type</a> | 41 <a> Type</a> |
41 </span> | 42 </span> |
42 <span> | 43 <span> |
43 <span> | 44 <span> |
44 array of <span><span></span></span> | 45 array of <span><span></span></span> |
45 </span> | 46 </span> |
46 <span>paramType</span> | 47 <span>paramType</span> |
| 48 <span></span> |
47 </span> | 49 </span> |
48 </span> | 50 </span> |
49 ) | 51 ) |
50 </div> | 52 </div> |
51 | 53 |
52 </em> | 54 </em> |
53 </dt> | 55 </dt> |
54 <dd class="todo"> | 56 <dd class="todo"> |
55 Undocumented. | 57 Undocumented. |
56 </dd> | 58 </dd> |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 _uff=0; | 598 _uff=0; |
597 urchinTracker(); | 599 urchinTracker(); |
598 } | 600 } |
599 catch(e) {/* urchinTracker not available. */} | 601 catch(e) {/* urchinTracker not available. */} |
600 </script> | 602 </script> |
601 <!-- end analytics --> | 603 <!-- end analytics --> |
602 </div> | 604 </div> |
603 </div> <!-- /gc-footer --> | 605 </div> <!-- /gc-footer --> |
604 </div> <!-- /gc-container --> | 606 </div> <!-- /gc-container --> |
605 </body></html> | 607 </body></html> |
OLD | NEW |