Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Site Tour

Matthew McFarland edited this page Dec 23, 2016 · 2 revisions

The Site Tour is configured in html and directly references elements on the page. You can modify the text by editing the file /Views/Shared/TourInfo.cshtml in the root app directory. This is often achieved by including a custom TourInfo.cshtml file in the Views/Shared/ directory of a region repo, which will overwrite the file included in the framework by default.

the <li data-tourtarget> attribute specifies which element to associate the text defined in the following <div>.

In this example the .sidebar element will have the following text associated with it in the tour.

    <li class="tlypageguide_right" data-tourtarget=".sidebar">
        <div>
            Each item listed in the sidebar is a mini "app" that lets you explore tools and data on the map.  You can have multiple apps running at the same time, simply minimize the app popup.  Hover over any app in the list to see a short description of what it can do.
        </div> 
    </li>