Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
When create a custom section, you can add it in umbraco via Dashboard.config file like:
Dashboard.config
<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 ?
Main
I have an angularjs controller and I get some data from server.
Hi Mihail
Do you want to change the header of tab dynamically?
Thanks,
Alex
Yes, and also add many more tabs depends on result from server
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Create dynamic tabs when use custom section
Hi,
When create a custom section, you can add it in umbraco via
Dashboard.config
file like:Instead of
Main
, how to create dynamically the tabs ?I have an angularjs controller and I get some data from server.
Hi Mihail
Do you want to change the header of tab dynamically?
Thanks,
Alex
Yes, and also add many more tabs depends on result from server
is working on a reply...