a31e45e5b665eeab6a9e041e41a5b428a7e968e4
Guides/Dashboards-v2.md
| ... | ... | @@ -18,7 +18,14 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo |
| 18 | 18 | |
| 19 | 19 | 1. [Download](http://www.izenda.com/update-your-izenda-version/) the full Webforms kit and replace the bin and resources folders within your projectt |
| 20 | 20 | 2. Take the Dash.aspx and Dash.aspx.cs files from the downloaded kit and copy it to your project |
| 21 | -3. Update Default.Master with the new changes |
|
| 21 | +3. Update Default.Master with the new changes to update links to Dash.aspx from Dashboards.aspx |
|
| 22 | +```c# |
|
| 23 | + <div class="top-nav applyStyles" id="blueHeader"> |
|
| 24 | + <div class="page"> |
|
| 25 | + <ul id="topnav" style="margin: 0px; padding: 0px;"> |
|
| 26 | + <li class="top-nav-item"><a href="ReportList.aspx">Reports</a></li> |
|
| 27 | + <li class="top-nav-item"><a href="Dashboards.aspx?clear=1" onclick="ShowRlToDbLoading();">Dashboards</a></li> |
|
| 28 | +``` |
|
| 22 | 29 | 4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesigner = "Dash.aspx"; |
| 23 | 30 | |
| 24 | 31 | ##MVC |