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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 </dt> | 666 </dt> |
667 <dd class="todo"> | 667 <dd class="todo"> |
668 Undocumented. | 668 Undocumented. |
669 </dd> | 669 </dd> |
670 <!-- OBJECT PROPERTIES --> | 670 <!-- OBJECT PROPERTIES --> |
671 <dd> | 671 <dd> |
672 <dl> | 672 <dl> |
673 <div> | 673 <div> |
674 <div> | 674 <div> |
675 <dt> | 675 <dt> |
| 676 <var>accepts</var> |
| 677 <em> |
| 678 <!-- TYPE --> |
| 679 <div style="display:inline"> |
| 680 ( |
| 681 <span class="optional">optional</span> |
| 682 <span id="typeTemplate"> |
| 683 <span> |
| 684 <span> |
| 685 array of <span><span> |
| 686 <span> |
| 687 <span>string</span> |
| 688 </span> |
| 689 </span></span> |
| 690 </span> |
| 691 </span> |
| 692 </span> |
| 693 ) |
| 694 </div> |
| 695 </em> |
| 696 </dt> |
| 697 <dd>The optional list of accepted mime-types for this file opener, gro
uped by type. For example, ['image/*', 'application/json,.jso'] would display tw
o type options - one accepting images - and the other accepting json files and t
hose with the extension 'jso'. This field is optional. However, it is an error t
o not specify this field (or pass an empty array) but pass acceptsAllTypes as fa
lse.</dd> |
| 698 <!-- OBJECT PROPERTIES --> |
| 699 <!-- OBJECT METHODS --> |
| 700 <!-- OBJECT EVENT FIELDS --> |
| 701 <!-- FUNCTION PARAMETERS --> |
| 702 </div> |
| 703 </div><div> |
| 704 <div> |
| 705 <dt> |
| 706 <var>acceptsAllTypes</var> |
| 707 <em> |
| 708 <!-- TYPE --> |
| 709 <div style="display:inline"> |
| 710 ( |
| 711 <span class="optional">optional</span> |
| 712 <span id="typeTemplate"> |
| 713 <span> |
| 714 <span>boolean</span> |
| 715 </span> |
| 716 </span> |
| 717 ) |
| 718 </div> |
| 719 </em> |
| 720 </dt> |
| 721 <dd>Whether to accept all file types, in addition to the options speci
fied in the accepts argument. The default is true.</dd> |
| 722 <!-- OBJECT PROPERTIES --> |
| 723 <!-- OBJECT METHODS --> |
| 724 <!-- OBJECT EVENT FIELDS --> |
| 725 <!-- FUNCTION PARAMETERS --> |
| 726 </div> |
| 727 </div><div> |
| 728 <div> |
| 729 <dt> |
676 <var>suggestedName</var> | 730 <var>suggestedName</var> |
677 <em> | 731 <em> |
678 <!-- TYPE --> | 732 <!-- TYPE --> |
679 <div style="display:inline"> | 733 <div style="display:inline"> |
680 ( | 734 ( |
681 <span class="optional">optional</span> | 735 <span class="optional">optional</span> |
682 <span id="typeTemplate"> | 736 <span id="typeTemplate"> |
683 <span> | 737 <span> |
684 <span>string</span> | 738 <span>string</span> |
685 </span> | 739 </span> |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 _uff=0; | 821 _uff=0; |
768 urchinTracker(); | 822 urchinTracker(); |
769 } | 823 } |
770 catch(e) {/* urchinTracker not available. */} | 824 catch(e) {/* urchinTracker not available. */} |
771 </script> | 825 </script> |
772 <!-- end analytics --> | 826 <!-- end analytics --> |
773 </div> | 827 </div> |
774 </div> <!-- /gc-footer --> | 828 </div> <!-- /gc-footer --> |
775 </div> <!-- /gc-container --> | 829 </div> <!-- /gc-container --> |
776 </body></html> | 830 </body></html> |
OLD | NEW |