06-08-2011 06:23 AM
<config evaluator="string-compare" condition="DocumentLibrary">
<types>
<type name="cm:content">
<subtype name="so:song" />
</type>
<type name="cm:folder">
</type>
</types>
</config>
06-08-2011 11:11 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="my.resources" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
<property name="resourceBundles">
<list>
<value>alfresco.messages.<resources_name></value>
</list>
</property>
</bean>
</beans>
06-08-2011 12:08 PM
06-28-2011 04:32 AM
06-29-2011 04:12 AM
<config evaluator="node-type" condition="my:type">
<forms>
<form>
<field-visibility>
<show id="my:property1" />
<show id="my:property2" force="true" />
<show id="my:property3" force="true" />
<!– you can add aspect properties as well–>
<!– ie: cm:emailed aspect properties–>
<show id="cm:originator" />
<show id="cm:addressee" />
<show id="cm:addressees" />
<show id="cm:sentdate" />
<show id="cm:subjectline" />
</field-visibility>
<appearance>
<set id="my-properties" appearance="bordered-panel" label="My Properties" />
<field id="my:property1" read-only="true" set="my-properties"/>
<field id="my:property2" read-only="true" set="my-properties"/>
…
<!– Adding a control to render the property –>
<field id="my:property3" set="my-properties">
<control template="/org/alfresco/components/form/controls/textfield.ftl" />
</field>
<field id="cm:originator" read-only="true" />
<field id="cm:addressee" read-only="true" />
<field id="cm:addressees" read-only="true" />
<field id="cm:sentdate" read-only="true" />
<field id="cm:subjectline" read-only="true" />
</appearance>
</form>
</forms>
</config>
07-11-2011 08:18 AM
07-13-2011 08:03 AM
07-27-2011 09:40 AM
08-12-2011 08:11 AM
08-23-2011 02:08 PM
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.