Use the layout manager

Technologies > User Interface Add-Ins > Assemblies with Multiple Panes > Drill-down Edit View with Two Panels

Multi-pane view assemblies are implemented without frames, using a CSS and JavaScript-based Layout Manager. Layouts can be defined directly in view files or in reusable layout files that are referenced from view files. Reusable layout files can either be created in the same folder as the view file or saved in the schema/ab-core/layouts folder.

Include an external layout file in the AXVW:

<layout file="tree-details-large.axvw" />


Assign a panel to a layout region using the region attribute:

<panel type="grid" region ="west" ... >

For further discussion of custom layouts,

Defining Layouts

Attaching Panels to Layout Regions

Inline Layouts and External Layouts

View: http://localhost:8080/archibus/schema/ab-products/solutions/assemblies/find-manage/ab-ex-rm-find-manage-2panels.axvw