Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a Basic Page

    • Admin menu > Content > Add Content >Basic page

  2. In the basic page settings, below the Body field change the Text Format field to Full HTML

  3. In the Body field select the Source button.

  4. Add an HTML IFRAME with the dashboard URL

    • E.g.

      Code Block
      languagehtml
      <p><iframe src="https://arcgis.com/apps/dashboards/abcdefghijklmnpoqrstuvwxyz%22"  style="min-height:800px;" width="100%"></iframe></p>
  5. In Menu Settings select the checkbox for Provide a menu link.

  6. In URL path settings set a URL alias (e.g., dashboard-test).

  7. Create a Menu item using the basic page node and the menu link

...