11-26-2007 09:39 AM
11-27-2007 05:21 AM
11-27-2007 06:29 AM
11-27-2007 11:27 AM
11-27-2007 11:47 AM
<?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" d
epends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/customModel.xml</value>
</list>
</property>
</bean>
</beans>
et le customModel.xml(.sample? je me rappelle plus) sera à ce moment là chargé.11-28-2007 09:54 AM
11-28-2007 10:07 AM
- <type name="my:FicheProjet">
<title>Fiche Projet</title>
<parent>cm:content</parent>
- <properties>
- <property name="my:identifiantFP">
<type>d:text</type>
</property>
- <property name="my:libelleFP">
<type>d:text</type>
</property>
</properties>
</type>
- <!– Definition of new Content Type: Item de calendrier
–>
- <type name="my:FPMensuelle">
<title>Fiche Projet Mensuelle</title>
<parent>cm:content</parent>
- <properties>
- <property name="my:identifiantFPM">
<type>d:text</type>
</property>
- <property name="my:libelleFPM">
<type>d:text</type>
</property>
</properties>
</type>
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.