07-19-2006 04:41 AM
07-20-2006 04:54 AM
07-20-2006 08:29 AM
<type name="cm:event">
<title>Event</title>
<parent>cm:content</parent>
<properties>
<property name="tv:title">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="tv:description">
<type>d:content</type>
<mandatory>true</mandatory>
</property>
<property name="tv:date">
<type>d:date</type>
<mandatory>true</mandatory>
</property>
<property name="tv:showme">
<type>d:boolean</type>
<mandatory>true</mandatory>
</property>
</properties>
<associations>
<child-association name="tv:asslogo">
<source>
<mandatory>true</mandatory>
<many>false</many>
</source>
<target>
<class>sys:base</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
</child-association>
</associations>
</type>
<config evaluator="node-type" condition="cm:event">
<property-sheet>
<show-property name="title" show-in-edit-mode="false" />
<show-property name="description" show-in-edit-mode="false" />
<show-property name="tv:title" />
<show-property name="tv:description" />
<show-property name="tv:date" />
<show-property name="tv:showme" />
<show-association name="tv:asslogo"/>
</property-sheet>
</config>
07-21-2006 03:10 AM
<show-association name="tv:asslogo"/>
<show-child-association name="tv:asslogo"/>
07-24-2006 04:03 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.