Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick 101 posts 123 karma points
    Apr 09, 2013 @ 10:51
    Nick
    0

    adding buttons to tabView in new Umbraco section

    Hi everyone,

    I made a new section and in the main aspx page I added a control which inside it has a tabView with some custom buttons and custom functionality. They all work great.

    I decided to add more tabs so I moved the TabView up to the aspx page and the idea is to have a different ascx control inside each tab.

    The problem I have is the buttons of the tabView do not render or give me an error because of the lifecycle of the page and the order in which the controls render. The TabView is still null when I try to add to the buttons in the Init of the control and they load too late if I add them in the Load.

    Umbraco already has examples of a tabbed view with different buttons in each tab so how can we achieve that?

    Many thanks

  • Nick 101 posts 123 karma points
    Apr 10, 2013 @ 16:11
    Nick
    0

    I figured it out

Please Sign in or register to post replies

Write your reply to:

Draft