是否可以在Alfresco Share中为方面的属性添加描述或帮助文本?

时间:2012-04-17 23:40:41

标签: alfresco

是否可以在Alfresco Share中为方面的属性添加描述或帮助文本?我无法更改标题,因为它需要太多文字。

1 个答案:

答案 0 :(得分:1)

定义类型或方面时,您可以设置标题和说明。这些通常会在表单,共享和资源管理器中显示,通常是向用户和开发人员解释模型的最简单方法。

要查看正在使用的内容,请查看Alfresco中的 audio:audio 方面,最新版本为available here。您会看到一些方面属性同时具有标题和描述。如果您将MP3上传到Alfresco 4,并在Share中编辑它的元数据,您应该会看到该信息显示。

作为一般指南,您的方面应该类似于:

 <aspect name="test:thing">
     <title>Testing Content</title>
     <description>Aspect applied to mark content as being for testing use</description>
     <properties>
        <property name="test:edition">
           <title>Test Edition</title>
           <description>Which testing edition does this belong to?</description>
           <type>d:int</type>
        </property>
        <property name="test:notes">
           <title>Test Notes</title>
           <description>Notes for using this content in testing</description>
           <type>d:text</type>
        </property>
     </properties>
  </aspect>

如果您要在多语言系统中使用您的类型或方面,那么您应该查看Model Localisation Guide以获取有关如何从属性包中指定名称,标题和描述的信息,这些信息包可以是局部