Show grid-object.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<deployments>
<deployment>
<parent-ref/>
<if-exists>overwrite</if-exists>
<portal>
<portal-name>grid</portal-name>
<properties>
<!-- Set the layout for the default portal -->
<!-- see also portal-layouts.xml -->
<property>
<name>layout.id</name>
<value>generic</value>
</property>
<!-- Set the theme for the default portal -->
<!-- see also portal-themes.xml -->
<property>
<name>theme.id</name>
<value>gb</value>
</property>
<!-- set the default render set name (used by the render tag in layouts) -->
<!-- see also portal-renderSet.xml -->
<property>
<name>theme.renderSetId</name>
<value>divRenderer</value>
</property>
<!-- set the default strategy name (used by the strategy interceptor) -->
<!-- see also portal-strategies.xml -->
<property>
<name>layout.strategyId</name>
<value>maximizedRegion</value>
</property>
</properties>
<supported-modes>
<mode>view</mode>
<mode>edit</mode>
<mode>help</mode>
</supported-modes>
<supported-window-states>
<window-state>normal</window-state>
<window-state>minimized</window-state>
<window-state>maximized</window-state>
</supported-window-states>
<page>
<page-name>default</page-name>
<properties/>
<window>
<window-name>CatalogPortletWindow</window-name>
<instance-ref>CatalogPortletInstance</instance-ref>
<region>left</region>
<height>0</height>
</window>
<window>
<window-name>UserPortletWindow</window-name>
<instance-ref>UserPortletInstance</instance-ref>
<region>left</region>
<height>1</height>
</window>
<window>
<window-name>JobSubmissionPortletWindow</window-name>
<instance-ref>JobSubmissionPortletInstance</instance-ref>
<region>center</region>
<height>0</height>
</window>
<window>
<window-name>ResultsBrowserPortletWindow</window-name>
<instance-ref>ResultsBrowserPortletInstance</instance-ref>
<region>center</region>
<height>1</height>
</window>
<window>
<window-name>CredentialPortletWindow</window-name>
<instance-ref>CredentialPortletInstance</instance-ref>
<region>left</region>
<height>2</height>
</window>
</page>
</portal>
</deployment>
<deployment>
<if-exists>overwrite</if-exists>
<parent-ref>grid</parent-ref>
<page>
<page-name>disk</page-name>
<window>
<window-name>CatalogPortletWindow</window-name>
<instance-ref>CatalogPortletInstance</instance-ref>
<region>left</region>
<height>0</height>
</window>
<window>
<window-name>UserPortletWindow</window-name>
<instance-ref>UserPortletInstance</instance-ref>
<region>left</region>
<height>1</height>
</window>
<window>
<window-name>CatalogPortletWindow</window-name>
<instance-ref>CatalogPortletInstance</instance-ref>
<region>left</region>
<height>0</height>
</window>
<window>
<window-name>DiskPortletWindow</window-name>
<instance-ref>DiskPortletInstance</instance-ref>
<region>center</region>
<height>0</height>
</window>
<window>
<window-name>LocalDiskPortletWindow</window-name>
<instance-ref>LocalDiskPortletInstance</instance-ref>
<region>center</region>
<height>2</height>
</window>
<window>
<window-name>UploadPortletWindow</window-name>
<instance-ref>UploadPortletInstance</instance-ref>
<region>left</region>
<height>0</height>
</window>
</page>
</deployment>
</deployments>
See more files for this project here