cancel
Showing results for 
Search instead for 
Did you mean: 

Aspect Headers

erictice
Champ in-the-making
Champ in-the-making
I am using Alfresco 3.1 sp1 Enterprise edition and have added some custom aspects as the documentation suggests.    The aspects show up, but the Header/Separator for them does not.  Did I miss something?

web-client-config-custom.xml

<config evaluator="aspect-name" condition="custom:AudioDetails">
               <property-sheet>
                  <seperator name="sep3" display-label="Audio Details" component-generator="HeaderSeparatorGenerator"/>
                  <show-property name="custom:EmbeddedTagSpecification"/>
                  <show-property name="customSmiley Very Happyuration"/>
                  <show-property name="custom:LeadArtist"/>
                  <show-property name="custom:Artist"/>
                  <show-property name="custom:Band"/>
                  <show-property name="custom:Lyricist"/>
                  <show-property name="custom:Composer"/>
                  <show-property name="custom:LeadArtist"/>
                  <show-property name="custom:RecordingLocation"/>
                  <show-property name="custom:Genre"/>
                  <show-property name="customSmiley Frustratedpeed"/>
                  <show-property name="custom:Album"/>
               </property-sheet>
   </config>


customModel.xml

<aspect name="custom:AudioDetails">
              <title>Audio Details</title>
              <properties>
                  <property name="custom:EmbeddedTagSpecification">
                     <title>Embedded Tag Specification</title>
                     <type>d:text</type>
                  </property>
                  <property name="customSmiley Very Happyuration">
                     <title>Duration</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:LeadArtist">
                     <title>Lead Artist</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:Artist">
                     <title>Artist</title>
                     <type>d:text</type>
                  </property>
             <property name="custom:Band">
                     <title>Band</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:Lyricist">
                     <title>Lyricist</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:Composer">
                     <title>Composer</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:RecordingLocation">
                     <title>Recording Location</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:Genre">
                     <title>Genre</title>
                     <type>d:text</type>
                  </property>
                  <property name="customSmiley Frustratedpeed">
                     <title>Speed</title>
                     <type>d:text</type>
                  </property>
                  <property name="custom:Album">
                     <title>Album</title>
                     <type>d:text</type>
                  </property>
              </properties>
        </aspect>
4 REPLIES 4

tonyc
Champ in-the-making
Champ in-the-making
The problem my friend is a type-o… 'seperator' should be 'separator'  Smiley Happy

erictice
Champ in-the-making
Champ in-the-making
Ha.  Darn English language.  Figure after 36 years I could spell.  Thank you.

dave984
Champ in-the-making
Champ in-the-making
Sorry, this post is very useful but i don't read the snippet under "web-client-config-custom.xml"…
What was written there? Someone know how to put an header/separator?