10-24-2013 05:51 AM
10-24-2013 06:38 AM
10-24-2013 08:11 AM
10-24-2013 07:43 PM
10-24-2013 11:06 PM
<value>classpath:alfresco/web-extension/share-config-custom.xml</value>
<value>jar:*!/META-INF/share-config-custom.xml</value>
<value>classpath:alfresco/web-extension/share-config-custom-dev.xml</value>
<value>jar:*!/META-INF/share-config-custom-dev.xml</value>
10-30-2013 07:13 AM
<config evaluator="model-type" condition="my:type1">
<forms>
<!– Create form –>
<form>
…
</form>
</forms>
</config>
<config evaluator="model-type" condition="my:type2">
<forms>
<!– Create form –>
<form>
…
</form>
</forms>
</config>
<config evaluator="model-type" condition="my:type1">
<forms>
<!– Create form –>
<form>
…
</form>
</forms>
</config>
<config evaluator="model-type" condition="my:type2">
<forms>
<!– Create form –>
<form>
…
</form>
</forms>
</config>
01-22-2014 07:04 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="customConfig" class="com.mypackage.CustomConfigBootstrap"
init-method="register">
<property name="configService" ref="web.config" />
<property name="configs">
<list>
<value>classpath:alfresco/model-form.xml</value>
</list>
</property>
</bean>
</beans>
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.