Copied to clipboard

Flag this post as spam?

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


  • Mihail 39 posts 142 karma points
    Jul 17, 2017 @ 06:48
    Mihail
    0

    Create dynamic tabs when use custom section

    Hi,

    When create a custom section, you can add it in umbraco via Dashboard.config file like:

    <section alias="sectionName">
          <areas>
             <area>mySection</area>
          </areas>
          <tab caption="Main">
             <control>
                /App_Plugins/.../view.html
             </control>
          </tab>
    </section>
    

    Instead of Main, how to create dynamically the tabs ?

    I have an angularjs controller and I get some data from server.

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Jul 17, 2017 @ 08:43
    Alex Skrypnyk
    0

    Hi Mihail

    Do you want to change the header of tab dynamically?

    Thanks,

    Alex

  • Mihail 39 posts 142 karma points
    Jul 17, 2017 @ 09:33
    Mihail
    0

    Yes, and also add many more tabs depends on result from server

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

    Continue discussion

Please Sign in or register to post replies