30a3b339e799b5625919d4b1a026f9e225f740d1
Guides/Webform-Integration-Sub-Folder.md
| ... | ... | @@ -228,7 +228,7 @@ href="Resources/...." and change them to href="Izenda/Resources/...." |
| 228 | 228 | <!-- The below code hides Izenda from the main page --> |
| 229 | 229 | |
| 230 | 230 | <script type="text/javascript"> |
| 231 | - $(document).ready(function HideHeader() { |
|
| 231 | + jq$(document).ready(function HideHeader() { |
|
| 232 | 232 | if (window.location.href.indexOf('Izenda') === -1) { |
| 233 | 233 | document.getElementById('whiteHeader').style.display = 'none'; |
| 234 | 234 | document.getElementById('blueHeader').style.display = 'none'; |
| ... | ... | @@ -445,6 +445,15 @@ Place the copied code between < hr / > and < footer > |
| 445 | 445 | |
| 446 | 446 | ``` |
| 447 | 447 | |
| 448 | +**d.** |
|
| 449 | + |
|
| 450 | +If the code copied to site.master at step 7a was placed inside the <form> tag in the site.master, then <form></form> tags should be removed from the following izenda pages: |
|
| 451 | + |
|
| 452 | +-DashboardDesigner.aspx |
|
| 453 | +-DashboardViewer.aspx |
|
| 454 | +-ReportDesigner.aspx |
|
| 455 | +-Settings.aspx |
|
| 456 | + |
|
| 448 | 457 | |
| 449 | 458 | ###Step 8. Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master" |
| 450 | 459 |