Adding and duplicating sections relates only to dashboard sections. Other sections do not contain JavaScript and are outside the domain of Dashboard Architect.
To add or duplicate a section:
Dashboard Architect provides for the creation of sections in these ways:
The new section is added programmatically (or copied from a section if duplicated).
Instrumented.bqy is closed.
Instrumented.bqy is disassembled.
Instrumented JavaScript is added to the OnActivate() and OnDeactivate() events.
Instrumented.bqy is reassembled.
Instrumented.bqy is reopened in Interactive Reporting Studio.
A matching section with all basic event handlers is added to Dashboard Architect. If the section is duplicated, a copy of all original event handlers is inserted into the node in the navigation panel. The operation is relatively fast.