Documents & Downloads

Default

Example:

Config:

{
  "title": "Documents & Downloads",
  "items": [
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Fund Fact Sheet"
    },
    {
      "to": "https://www.proshares.com/globalassets/proshares/prospectuses/nobl_summary_prospectus.pdf",
      "children": "Summary Prospectus",
      "inIframe": true,
      "id": "summary-prospectus"
    },
    {
      "to": "https://www.proshares.com/globalassets/proshares/prospectuses/strategic_statutory_prospectus.pdf",
      "children": "Full Prospectus",
      "inIframe": true,
      "id": "full-prospectus"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "SAI"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Annual Report"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Semi-Annual Rep"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "NAV History"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Daily Holdings"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Distributions"
    },
    {
      "to": "https://www.proshares.com/globalassets/proshares/prospectuses/statement_of_additional_information.pdf",
      "children": "Statement of Additional Information",
      "inIframe": true,
      "id": "statement-of-addtional-information"
    }
  ],
  "content": "<p>You may order paper copies by contacting ProShares Client Services at 866-PRO-5125 (866-776-5125)</p>\n"
}

With Featured Link

Example:

Config:

{
  "title": "Documents & Downloads",
  "featuredLink": {
    "to": "#",
    "label": "View Monthly Account Statements"
  },
  "items": [
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Fund Fact Sheet"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Summary Prospectus"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Full Prospectus"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "SAI"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Annual Report"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Semi-Annual Rep"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "NAV History"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Daily Holdings"
    },
    {
      "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
      "children": "Distributions"
    }
  ],
  "content": "<p>You may order paper copies by contacting ProShares Client Services at 866-PRO-5125 (866-776-5125)</p>\n"
}