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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 </dl> | 416 </dl> |
417 <!-- CALLBACK --> | 417 <!-- CALLBACK --> |
418 <div> | 418 <div> |
419 <div> | 419 <div> |
420 <h4>Callback function</h4> | 420 <h4>Callback function</h4> |
421 <p> | 421 <p> |
422 If you specify the <em>callback</em> parameter, it should | 422 If you specify the <em>callback</em> parameter, it should |
423 specify a function that looks like this: | 423 specify a function that looks like this: |
424 </p> | 424 </p> |
425 <!-- Note: intentionally longer 80 columns --> | 425 <!-- Note: intentionally longer 80 columns --> |
426 <pre>function(<span>windows.Window window</span>) <span class=
"subdued">{...}</span>;</pre> | 426 <pre>function(<span>Window window</span>) <span class="subdued
">{...}</span>;</pre> |
427 <dl> | 427 <dl> |
428 <div> | 428 <div> |
429 <div> | 429 <div> |
430 <dt> | 430 <dt> |
431 <var>window</var> | 431 <var>window</var> |
432 <em> | 432 <em> |
433 <!-- TYPE --> | 433 <!-- TYPE --> |
434 <div style="display:inline"> | 434 <div style="display:inline"> |
435 ( | 435 ( |
436 <span id="typeTemplate"> | 436 <span id="typeTemplate"> |
437 <span> | 437 <span> |
438 <a>windows.Window</a> | 438 <a href="windows.html#type-Window">Window</a> |
439 </span> | 439 </span> |
440 </span> | 440 </span> |
441 ) | 441 ) |
442 </div> | 442 </div> |
443 </em> | 443 </em> |
444 </dt> | 444 </dt> |
445 <dd>Contains details about the window in which the infobar was created
.</dd> | 445 <dd>Contains details about the window in which the infobar was created
.</dd> |
446 <!-- OBJECT PROPERTIES --> | 446 <!-- OBJECT PROPERTIES --> |
447 <!-- OBJECT METHODS --> | 447 <!-- OBJECT METHODS --> |
448 <!-- OBJECT EVENT FIELDS --> | 448 <!-- OBJECT EVENT FIELDS --> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 _uff=0; | 491 _uff=0; |
492 urchinTracker(); | 492 urchinTracker(); |
493 } | 493 } |
494 catch(e) {/* urchinTracker not available. */} | 494 catch(e) {/* urchinTracker not available. */} |
495 </script> | 495 </script> |
496 <!-- end analytics --> | 496 <!-- end analytics --> |
497 </div> | 497 </div> |
498 </div> <!-- /gc-footer --> | 498 </div> <!-- /gc-footer --> |
499 </div> <!-- /gc-container --> | 499 </div> <!-- /gc-container --> |
500 </body></html> | 500 </body></html> |
OLD | NEW |