I have created a new custom section which loads a cshtml page.
The page which loads is basicaly a list of items. I want to be able to click on one of my items and load the landing page. At the moment if I do this when it navigates away from the Umbraco backend.
I want to know what's the correct way to load new pages within a custom section. I was hoping that my custom pages was getting displayed in an iframe or something but this is not the case.
I'm sure there's a better way but for now how I have got around this by....
Displaying all my custom sections within an iframe. This I can navigate around as and when I need. It would be great to do this the correct way so if anyone has any ideas how this should be handled please let me know.
Custom Section - Load new page
Hi,
I have created a new custom section which loads a cshtml page.
The page which loads is basicaly a list of items. I want to be able to click on one of my items and load the landing page. At the moment if I do this when it navigates away from the Umbraco backend.
I want to know what's the correct way to load new pages within a custom section. I was hoping that my custom pages was getting displayed in an iframe or something but this is not the case.
Thanks
David
Hi,
I'm sure there's a better way but for now how I have got around this by....
Displaying all my custom sections within an iframe. This I can navigate around as and when I need. It would be great to do this the correct way so if anyone has any ideas how this should be handled please let me know.
Thanks
David
Hi David,
I did a session on creating custom sections in Umbraco 7 at the last Umbraco UK festival.
THe code for that can be found here : https://bitbucket.org/dawoe/umbukfestival2014
The video of the session is up on Youtube : https://www.youtube.com/watch?v=_sX9eZSn9HI
THis can be great starting point for you.
Dave
Hi Dave,
Awesome.....
The iframe method seems to be working fine for now but I will brush up on this and give the video a watch.
Thanks for your help :)
David
Hi David,
If you have any questions just let me know.
Dave
is working on a reply...