<?xml version="1.0" encoding="utf-8"?>
<dashBoard>
<section>
<areas>
<area>default</area>
<area>content</area>
</areas>
<tab caption="Welcome">
<control>/usercontrols/dashboards/root.ascx</control>
</tab>
</section>
<!-- below is content added by package action -->
<section>
<areas>
<area>default</area>
<area>content</area>
</areas>
<tab caption="Content due for review">
<control>/usercontrols/dashboards/PageReview/PagesDueForReview.ascx</control>
</tab>
</section>
</dashBoard>
it adds to the dashboard.config but in own section which is not what i want. I want the tab to be added to the main section. if you view the content section you do not see the dashboard until you move the tab node content due for review manually to below welcome tab node
Hi Guys,
Is there any way I can add that section at the beginning of dashboard.config through package action.
In short, I was looking to add a custom section as the first tab in my dashboard.
Package action addDashboardSection
Guys,
Having a little issue with addDashboardSection package action i have the following:
Ismail
Did you ever find a solution to this?
Bump :S
Hi Guys, Is there any way I can add that section at the beginning of dashboard.config through package action. In short, I was looking to add a custom section as the first tab in my dashboard.
Thanks in advance!
is working on a reply...