06-27-2007 04:24 AM
<alfresco-config>
<!– add someco types to add content list –>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="fivee:interactiveMaps" />
</content-types>
</config>
</alfresco-config>
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="fivee:mapImageModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Map Model</description>
<author>Vikram Mandal</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://www.fivee.in/model/content/1.0" prefix="fivee" />
</namespaces>
<types>
<!– Enterprise-wide generic document type –>
<type name="fivee:interactiveMaps">
<title>Map Document</title>
<parent>cm:content</parent>
</type>
</types>
</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/mapImageModel.xml</value>
</list>
</property>
</bean>
</beans>
06-27-2007 07:05 AM
06-27-2007 06:17 PM
07-09-2007 12:53 PM
10-16-2007 07:22 PM
10-16-2007 07:36 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.