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 6132 posts 23951 karma points MVP 7x 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

Please Sign in or register to post replies

Write your reply to:

Draft