10-25-2007 06:12 AM
   <config evaluator="node-type" condition="custom:projectSpace">
      <property-sheet>
         <show-property name="custom:Solution" show-in-edit-mode="true" />
      </property-sheet>
   </config> 
   
   <config evaluator="string-compare" condition="Space Wizards">
      <folder-types>
         <type name="custom:projectSpace" />
      </folder-types>
   </config> olution" does not appeared .
olution" does not appeared .10-25-2007 09:51 AM
10-25-2007 10:00 AM
10-25-2007 10:05 AM
 rojectSpace type definition ?
rojectSpace type definition ?
					
				
			
			
				
			
			
			
			
			
			
			
		10-25-2007 10:11 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="custom:customModel"
xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– 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="extension.custom" prefix="custom" />
   </namespaces>
<types>
<!– Definition of new Content Type: Standard Operating Procedure –>
   <type name="custom:projectSpace">
      <title>ProjectSpace</title>
      <parent>cm:folder</parent>
      <properties>
         <property name="custom:Solution">
            <type>d:text</type>
            <mandatory>true</mandatory>
         </property>
      </properties>
   </type>
</types> 
</model> 10-25-2007 10:39 AM
10-25-2007 10:59 AM
10-25-2007 11:08 AM
10-25-2007 11:15 AM
10-25-2007 11:23 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.