08-09-2013 02:34 PM
<div class="yui-u">
<@region id="document-actions" scope="template"/>
<@region id="document-tags" scope="template"/>
<@region id="document-links" scope="template"/>
<@region id="document-metadata" scope="template"/>
<@region id="document-sync" scope="template"/>
<@region id="document-permissions" scope="template"/>
<@region id="document-workflows" scope="template"/>
<@region id="document-versions" scope="template"/>
<@region id="document-publishing" scope="template"/>
<#if imapServerEnabled>
<@region id="document-attachments" scope="template"/>
</#if>
</div>
08-09-2013 11:37 PM
08-12-2013 04:44 AM
08-12-2013 05:08 PM
<extension>
<modules>
<module>
<id>DocumentDetail: Metadata First Module</id>
<customizations>
<customization>
<targetPackageRoot>org.alfresco</targetPackageRoot>
<sourcePackageRoot>demo.customizations</sourcePackageRoot>
</customization>
</customizations>
</module>
</modules>
</extension>
<@region id="document-actions" target="document-metadata" action="after" scope="global" />
<@region id="document-versions" target="document-actions" action="after" scope="global" />
<@region id="document-tags" target="title" action="remove" scope="global" />
<@region id="document-links" target="title" action="remove" scope="global" />
<@region id="document-permissions" target="title" action="remove" scope="global" />
<@region id="document-workflows" target="title" action="remove" scope="global" />
<@region id="document-publishing" target="title" action="remove" scope="global" />
08-13-2013 04:26 AM
<@region id="remove-metadata" target="document-metadata" action="remove" scope="global" />
<@region id="document-metadata" target="document-actions" action="before" scope="template" />
08-12-2013 05:01 AM
08-13-2013 03:10 PM
<!– remove document-actions, then add back in order below metadata –>
<@region id="remove-document-actions" target="document-actions" action="remove" scope="global" />
<@region id="document-actions" target="document-metadata" action="after" scope="template" />
<!– remove document-versions, then add back in order below actions–>
<@region id="remove-document-versions" target="document-versions" action="remove" scope="global" />
<@region id="document-versions" target="document-actions" action="after" scope="template" />
<!– for this usecase, do not need the remainder, so remove completely –>
<@region id="remove-document-tags" target="document-tags" action="remove" scope="global" />
<@region id="remove-document-links" target="document-links" action="remove" scope="global" />
<@region id="remove-document-permissions" target="document-permissions" action="remove" scope="global" />
<@region id="remove-document-workflows" target="document-workflows" action="remove" scope="global" />
<@region id="remove-document-publishing" target="document-publishing" action="remove" scope="global" />
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.