11-24-2011 12:16 PM
11-24-2011 05:09 PM
Is there any option to do so without developing a new page (using the same repository.xml)?No sorry; there's currently only one "root-node" config value in share-config.
03-26-2012 05:04 AM
03-26-2012 05:56 AM
<extension>
<modules>
<module>
<id>Acme :: User home</id>
<auto-deploy>true</auto-deploy>
<evaluator type="com.acme.userhome.evaluator.AcmePageModuleEvaluator">
<params>
<page>userlibrary</page>
</params>
</evaluator>
<!– Apply the following webscript customizations when the base evaluator above passes –>
<customizations>
<customization>
<targetPackageRoot>org.alfresco</targetPackageRoot>
<sourcePackageRoot>acme.userhome.customizations</sourcePackageRoot>
</customization>
</customizations>
</module>
</modules>
<extension>
var userRootNode = // todo: code that finds out the root node
model.rootNode = userRootNode; // Change the freemarker model so this root node will be used by the client side javascript components
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.