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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 <a href="#method-getWritableFileEntry">getWritableFileEntry</a> | 177 <a href="#method-getWritableFileEntry">getWritableFileEntry</a> |
178 </li><li> | 178 </li><li> |
179 <a href="#method-isWritableFileEntry">isWritableFileEntry</a> | 179 <a href="#method-isWritableFileEntry">isWritableFileEntry</a> |
180 </li> | 180 </li> |
181 </ol> | 181 </ol> |
182 </li> | 182 </li> |
183 <li> | 183 <li> |
184 <a href="#types">Types</a> | 184 <a href="#types">Types</a> |
185 <ol> | 185 <ol> |
186 <li> | 186 <li> |
| 187 <a href="#type-fileSystem.AcceptOption">fileSystem.AcceptOption<
/a> |
| 188 <ol> |
| 189 </ol> |
| 190 </li><li> |
187 <a href="#type-fileSystem.ChooseFileOptions">fileSystem.ChooseFi
leOptions</a> | 191 <a href="#type-fileSystem.ChooseFileOptions">fileSystem.ChooseFi
leOptions</a> |
188 <ol> | 192 <ol> |
189 </ol> | 193 </ol> |
190 </li> | 194 </li> |
191 </ol> | 195 </ol> |
192 </li> | 196 </li> |
193 </ol> | 197 </ol> |
194 </li> | 198 </li> |
195 </ol> | 199 </ol> |
196 </div> | 200 </div> |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 </div> <!-- /apiItem --> | 644 </div> <!-- /apiItem --> |
641 </div> <!-- /apiGroup --> | 645 </div> <!-- /apiGroup --> |
642 <!-- EVENTS --> | 646 <!-- EVENTS --> |
643 <!-- /apiGroup --> | 647 <!-- /apiGroup --> |
644 <!-- TYPES --> | 648 <!-- TYPES --> |
645 <div class="apiGroup"> | 649 <div class="apiGroup"> |
646 <a name="types"></a> | 650 <a name="types"></a> |
647 <h3 id="types">Types</h3> | 651 <h3 id="types">Types</h3> |
648 <!-- iterates over all types --> | 652 <!-- iterates over all types --> |
649 <div class="apiItem"> | 653 <div class="apiItem"> |
| 654 <a name="type-fileSystem.AcceptOption"></a> |
| 655 <h4>fileSystem.AcceptOption</h4> |
| 656 <div> |
| 657 <dt> |
| 658 <em> |
| 659 <!-- TYPE --> |
| 660 <div style="display:inline"> |
| 661 ( |
| 662 <span id="typeTemplate"> |
| 663 <span> |
| 664 <span>object</span> |
| 665 </span> |
| 666 </span> |
| 667 ) |
| 668 </div> |
| 669 </em> |
| 670 </dt> |
| 671 <dd class="todo"> |
| 672 Undocumented. |
| 673 </dd> |
| 674 <!-- OBJECT PROPERTIES --> |
| 675 <dd> |
| 676 <dl> |
| 677 <div> |
| 678 <div> |
| 679 <dt> |
| 680 <var>description</var> |
| 681 <em> |
| 682 <!-- TYPE --> |
| 683 <div style="display:inline"> |
| 684 ( |
| 685 <span class="optional">optional</span> |
| 686 <span id="typeTemplate"> |
| 687 <span> |
| 688 <span>string</span> |
| 689 </span> |
| 690 </span> |
| 691 ) |
| 692 </div> |
| 693 </em> |
| 694 </dt> |
| 695 <dd>This is the optional text description for this option. If not pres
ent, a description will be automatically generated; typically containing an expa
nded list of valid extensions (e.g. \"text/html\" may expand to \"*.html, *.htm\
").</dd> |
| 696 <!-- OBJECT PROPERTIES --> |
| 697 <!-- OBJECT METHODS --> |
| 698 <!-- OBJECT EVENT FIELDS --> |
| 699 <!-- FUNCTION PARAMETERS --> |
| 700 </div> |
| 701 </div><div> |
| 702 <div> |
| 703 <dt> |
| 704 <var>extensions</var> |
| 705 <em> |
| 706 <!-- TYPE --> |
| 707 <div style="display:inline"> |
| 708 ( |
| 709 <span class="optional">optional</span> |
| 710 <span id="typeTemplate"> |
| 711 <span> |
| 712 <span> |
| 713 array of <span><span> |
| 714 <span> |
| 715 <span>string</span> |
| 716 </span> |
| 717 </span></span> |
| 718 </span> |
| 719 </span> |
| 720 </span> |
| 721 ) |
| 722 </div> |
| 723 </em> |
| 724 </dt> |
| 725 <dd>Extensions to accept, e.g. \"jpg\", \"gif\", \"crx\".</dd> |
| 726 <!-- OBJECT PROPERTIES --> |
| 727 <!-- OBJECT METHODS --> |
| 728 <!-- OBJECT EVENT FIELDS --> |
| 729 <!-- FUNCTION PARAMETERS --> |
| 730 </div> |
| 731 </div><div> |
| 732 <div> |
| 733 <dt> |
| 734 <var>mimeTypes</var> |
| 735 <em> |
| 736 <!-- TYPE --> |
| 737 <div style="display:inline"> |
| 738 ( |
| 739 <span class="optional">optional</span> |
| 740 <span id="typeTemplate"> |
| 741 <span> |
| 742 <span> |
| 743 array of <span><span> |
| 744 <span> |
| 745 <span>string</span> |
| 746 </span> |
| 747 </span></span> |
| 748 </span> |
| 749 </span> |
| 750 </span> |
| 751 ) |
| 752 </div> |
| 753 </em> |
| 754 </dt> |
| 755 <dd>Mime-types to accept, e.g. \"image/jpeg\" or \"audio/*\". One of m
imeTypes or extensions must contain at least one valid element.</dd> |
| 756 <!-- OBJECT PROPERTIES --> |
| 757 <!-- OBJECT METHODS --> |
| 758 <!-- OBJECT EVENT FIELDS --> |
| 759 <!-- FUNCTION PARAMETERS --> |
| 760 </div> |
| 761 </div> |
| 762 </dl> |
| 763 </dd> |
| 764 <!-- OBJECT METHODS --> |
| 765 <!-- OBJECT EVENT FIELDS --> |
| 766 <!-- FUNCTION PARAMETERS --> |
| 767 </div> |
| 768 </div><div class="apiItem"> |
650 <a name="type-fileSystem.ChooseFileOptions"></a> | 769 <a name="type-fileSystem.ChooseFileOptions"></a> |
651 <h4>fileSystem.ChooseFileOptions</h4> | 770 <h4>fileSystem.ChooseFileOptions</h4> |
652 <div> | 771 <div> |
653 <dt> | 772 <dt> |
654 <em> | 773 <em> |
655 <!-- TYPE --> | 774 <!-- TYPE --> |
656 <div style="display:inline"> | 775 <div style="display:inline"> |
657 ( | 776 ( |
658 <span id="typeTemplate"> | 777 <span id="typeTemplate"> |
659 <span> | 778 <span> |
660 <span>object</span> | 779 <span>object</span> |
661 </span> | 780 </span> |
662 </span> | 781 </span> |
663 ) | 782 ) |
664 </div> | 783 </div> |
665 </em> | 784 </em> |
666 </dt> | 785 </dt> |
667 <dd class="todo"> | 786 <dd class="todo"> |
668 Undocumented. | 787 Undocumented. |
669 </dd> | 788 </dd> |
670 <!-- OBJECT PROPERTIES --> | 789 <!-- OBJECT PROPERTIES --> |
671 <dd> | 790 <dd> |
672 <dl> | 791 <dl> |
673 <div> | 792 <div> |
674 <div> | 793 <div> |
675 <dt> | 794 <dt> |
| 795 <var>accepts</var> |
| 796 <em> |
| 797 <!-- TYPE --> |
| 798 <div style="display:inline"> |
| 799 ( |
| 800 <span class="optional">optional</span> |
| 801 <span id="typeTemplate"> |
| 802 <span> |
| 803 <span> |
| 804 array of <span><span> |
| 805 <span> |
| 806 <a href="fileSystem.html#type-fileSystem.AcceptOption">f
ileSystem.AcceptOption</a> |
| 807 </span> |
| 808 </span></span> |
| 809 </span> |
| 810 </span> |
| 811 </span> |
| 812 ) |
| 813 </div> |
| 814 </em> |
| 815 </dt> |
| 816 <dd>The optional list of accept options for this file opener. Each opt
ion will be presented as a unique group to the end-user.</dd> |
| 817 <!-- OBJECT PROPERTIES --> |
| 818 <!-- OBJECT METHODS --> |
| 819 <!-- OBJECT EVENT FIELDS --> |
| 820 <!-- FUNCTION PARAMETERS --> |
| 821 </div> |
| 822 </div><div> |
| 823 <div> |
| 824 <dt> |
| 825 <var>acceptsAllTypes</var> |
| 826 <em> |
| 827 <!-- TYPE --> |
| 828 <div style="display:inline"> |
| 829 ( |
| 830 <span class="optional">optional</span> |
| 831 <span id="typeTemplate"> |
| 832 <span> |
| 833 <span>boolean</span> |
| 834 </span> |
| 835 </span> |
| 836 ) |
| 837 </div> |
| 838 </em> |
| 839 </dt> |
| 840 <dd>Whether to accept all file types, in addition to the options speci
fied in the accepts argument. The default is true. If the accepts field is unset
or contains no valid entries, this will always be reset to true.</dd> |
| 841 <!-- OBJECT PROPERTIES --> |
| 842 <!-- OBJECT METHODS --> |
| 843 <!-- OBJECT EVENT FIELDS --> |
| 844 <!-- FUNCTION PARAMETERS --> |
| 845 </div> |
| 846 </div><div> |
| 847 <div> |
| 848 <dt> |
676 <var>suggestedName</var> | 849 <var>suggestedName</var> |
677 <em> | 850 <em> |
678 <!-- TYPE --> | 851 <!-- TYPE --> |
679 <div style="display:inline"> | 852 <div style="display:inline"> |
680 ( | 853 ( |
681 <span class="optional">optional</span> | 854 <span class="optional">optional</span> |
682 <span id="typeTemplate"> | 855 <span id="typeTemplate"> |
683 <span> | 856 <span> |
684 <span>string</span> | 857 <span>string</span> |
685 </span> | 858 </span> |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 _uff=0; | 940 _uff=0; |
768 urchinTracker(); | 941 urchinTracker(); |
769 } | 942 } |
770 catch(e) {/* urchinTracker not available. */} | 943 catch(e) {/* urchinTracker not available. */} |
771 </script> | 944 </script> |
772 <!-- end analytics --> | 945 <!-- end analytics --> |
773 </div> | 946 </div> |
774 </div> <!-- /gc-footer --> | 947 </div> <!-- /gc-footer --> |
775 </div> <!-- /gc-container --> | 948 </div> <!-- /gc-container --> |
776 </body></html> | 949 </body></html> |
OLD | NEW |