08-28-2008 04:20 AM
In Alfresco 2.1 list-of-values constraint bound properties are supported and will display as a drop-down list of values for selection..
08-28-2008 04:40 AM
<aspect name="xxx:yyyy">
<properties>
<property name="xxx:projectType">
<type>d:text</type>
<multiple>true</multiple>
<constraints>
<constraint ref="xxx:projectList" />
</constraints>
</property>
</properties>
</aspect>
<constraints>
<constraint name="xxx:projectList" type="LIST">
<parameter name="allowedValues">
<list>
<value>A</value>
<value>B</value>
<value>C</value>
</list>
</parameter>
</constraint>
</constraints>
08-28-2008 04:51 AM
08-28-2008 05:08 AM
08-28-2008 05:08 AM
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.