I have created an Umbraco Custom section for a specific application I have developed for a client. I am not entirely done with it yet, but I really like how easily you can extend the umbraco admin interface.
My problem right now is that the application displays some log files, where each page has 100 records. The problem I have is that the IFRAME that displays the aspx page I have created does not have any scrollbars. So the page continues beyond the admin interface but it doesn't display any scrollbars.
Has anyone seen this before or have any idea what I need to change?
Umbraco custom section, no scroll bars
Hi all,
I have created an Umbraco Custom section for a specific application I have developed for a client. I am not entirely done with it yet, but I really like how easily you can extend the umbraco admin interface.
My problem right now is that the application displays some log files, where each page has 100 records. The problem I have is that the IFRAME that displays the aspx page I have created does not have any scrollbars. So the page continues beyond the admin interface but it doesn't display any scrollbars.
Has anyone seen this before or have any idea what I need to change?
Thanks,
RasB
umbraco v 4.0.2.1
Does this help any? http://www.w3schools.com/TAGS/att_iframe_scrolling.asp
Hi Kyle,
The HTML I know, but I just don't know where to apply it in Umbraco.
The page is limited by the Umbraco admin interface content page, and I guess that is what needs to be changed a bit.
Thanks,
RasB
OK... as far as I can tell it is about letting the page use the umbracoPage.master masterpage like this.
It messes a bit with my layout, but i guess that is just about cleaning it up a bit to fit with the umbraco layout.
/RasB
is working on a reply...