Hello, I have a question on displaying the dashboard page for a new application I created. For example, I have added a new application "profile", when this application opens, it shows the dashboard with "Welcome" tab and some Umbraco text. How do I change this to a different HTML I created myself? Do I need to change something in augular JS?
I can see it is getting the correct controlPath="views/dashboard/profile/profiledashboardintro.html". It must be getting this from dashboard.config. But somehow it isn't pickup the intro HTML page. Can someone please point out where I need to hook it together?
I hope was that when I click on "Profile" application, it will load the "profiledashboardintro.html" page into tab control. I can see the tab caption as "Welcome-TEST", but the tab content is not.
I looked at "Settings", it supposed to use this "views/dashboard/settings/settingsdashboardintro.html" with tab control, and I don't think it is because I modified the web page, build belle, and didn't see my change.
How to Display Dashboard HTML Page?
Hello, I have a question on displaying the dashboard page for a new application I created. For example, I have added a new application "profile", when this application opens, it shows the dashboard with "Welcome" tab and some Umbraco text. How do I change this to a different HTML I created myself? Do I need to change something in augular JS?
Hello,
I can see it is getting the correct controlPath="views/dashboard/profile/profiledashboardintro.html". It must be getting this from dashboard.config. But somehow it isn't pickup the intro HTML page. Can someone please point out where I need to hook it together?
Thank you.
I am not getting your actual problem can u please elaborate or provide a screenshot?
Let me explain:
In "Dashboard.config", I add:
I hope was that when I click on "Profile" application, it will load the "profiledashboardintro.html" page into tab control. I can see the tab caption as "Welcome-TEST", but the tab content is not.
I looked at "Settings", it supposed to use this "views/dashboard/settings/settingsdashboardintro.html" with tab control, and I don't think it is because I modified the web page, build belle, and didn't see my change.
Thank you for your help.
Hi Don ,
I'm not sure why you not able to see bcoz when I was try it's showing me whatever written in my html page.
try to use this
Thanks
See Example
Thank you, Pradeep. My problem seems to be related to temporary files. I cleaned up ASP.NET temp files and was able to show the file now.
is working on a reply...