11-05-2008 02:22 AM
<bean id="my_dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list><value>alfresco/module/com_Xxx/models/myModel.xml</value></list>
</property>
<property name="labels">
<list><value>alfresco.module.com_Xxx.models.myModel</value></list>
</property>
</bean>
<alfresco-config>
<!– Add type properties to the property sheet. –>
<config evaluator="node-type" condition="xx:myType">
<property-sheet>
<show-property name="xx:myProp" display-label-id="xx_myType.property.xx_myProp.propName" />
</property-sheet>
</config>
</alfresco-config>
11-05-2008 03:00 AM
<bean id="bootstrapExtraBundlesBean" class="org.alfresco.web.app.ResourceBundleBootstrap">
<property name="resourceBundles">
<list>
<value>alfresco.module.com_Xxx.models.myModel</value>
</list>
</property>
</bean>
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.