10-05-2010 04:37 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="test:projettest" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Projet test Aspect Model</description>
<author>Katell</author>
<published>2010-09-30</published>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
</imports>
<namespaces>
<namespace uri="projet-test.model" prefix="test"/>
</namespaces>
<aspects>
<aspect name="test:avisDeValidation">
<title>Avis de Validation</title>
<properties>
<property name="test:aAjouter">
<title>A Ajouter :</title>
<type>d:mltext</type>
</property>
<property name="test:aRevoir">
<title>A Revoir :</title>
<type>d:mltext</type>
</property>
<property name="test:aSupprimer">
<title>A Supprimer :</title>
<type>d:mltext</type>
</property>
<property name="test:commentaires">
<title>Commentaires :</title>
<type>d:mltext</type>
</property>
</properties>
</aspect>
</aspects>
</model>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/projet-testModel.xml</value>
</list>
</property>
</bean>
</beans>
10-07-2010 04:58 AM
10-07-2010 11:21 AM
10-07-2010 12:18 PM
10-07-2010 12:26 PM
10-08-2010 11:39 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.