06-28-2007 08:45 AM
06-29-2007 02:53 AM
07-02-2007 04:31 AM
07-04-2007 05:58 AM
07-05-2007 03:11 PM
07-05-2007 05:16 PM
07-11-2007 06:34 AM
07-11-2007 11:05 AM
07-12-2007 01:24 AM
<alfresco-config>
- <!– Example of overriding the from email address
–>
- <!– <config>
<client>
<from-email-address>someone@your-domain.com</from-email-address>
<search-max-results>100</search-max-results>
</client>
</config>
–>
- <!– Example of adding languages to the list in the login page
–>
- <config evaluator="string-compare" condition="Languages">
- <languages>
<language locale="ca_ES">Catalan</language>
<language locale="da_DK">Danish</language>
<language locale="de_DE">German</language>
<language locale="es_ES">Spanish</language>
<language locale="el_GR">Greek</language>
<language locale="fr_FR">French</language>
<language locale="it_IT">Italian</language>
<language locale="ja_JP">Japanese</language>
<language locale="du_NL">Dutch</language>
<language locale="pt_BR">Portuguese (Brazilian)</language>
<language locale="ru_RU">Russian</language>
<language locale="fi_FI">Finnish</language>
<language locale="tr_TR">Turkish</language>
<language locale="zh_CN">Simplified Chinese</language>
</languages>
</config>
- <!– Example of configuring advanced search
–>
- <!– <config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
</content-types>
<custom-properties>
<meta-data aspect="app:simpleworkflow" property="app:approveStep" />
</custom-properties>
</advanced-search>
</config>
–>
- <!– Example of changing the sort direction for a view in the client
–>
- <!– <config evaluator="string-compare" condition="Views">
<views>
<view-defaults>
<topic>
<sort-direction>ascending</sort-direction>
</topic>
</view-defaults>
</views>
</config>
–>
- <!– Example of adding a custom icon to the Create Space dialog
–>
- <!– <config evaluator="string-compare" condition="cm:folder icons">
<icons>
<icon name="space-icon-custom" path="/images/icons/space-icon-custom.gif" />
</icons>
</config>
–>
- <!– The config below shows how to incorporate the example model
–>
- <!– into the web client, for this to work you will need to
–>
- <!– rename example-model-context.xml.sample to example-model-context.xml
–>
- <!– <config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="my:sop" />
</content-types>
</config>
<config evaluator="node-type" condition="my:sop">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="my:publishedDate" />
<show-association name="my:signOff" />
<show-property name="my:authorisedBy" />
<show-child-association name="my:processSteps" />
</property-sheet>
</config>
<config evaluator="aspect-name" condition="my:imageClassification">
<property-sheet>
<show-property name="my:width"/>
<show-property name="my:height"/>
<show-property name="my:resolution"/>
</property-sheet>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="my:imageClassification"/>
</aspects>
</config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="my:sop" />
</content-types>
<custom-properties>
<meta-data type="my:sop" property="my:authorisedBy" />
<meta-data aspect="my:imageClassification" property="my:resolution" />
</custom-properties>
</advanced-search>
</config>
–>
- <!– add webable aspect properties to property sheet
–>
- <config evaluator="string-compare" condition="Content Wizards">
- <content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
</config>
- <config evaluator="aspect-name" condition="sc:webable">
- <property-sheet>
<show-property name="sc:published" display-label-id="published" />
<show-property name="sc:isActive" display-label-id="isActive" read-only="true" />
<show-association name="sc:relatedDocuments" />
</property-sheet>
</config>
- <config evaluator="string-compare" condition="Content Wizards">
- <aspects>
<aspect name="sc:webable" />
<aspect name="sc:productRelated" />
</aspects>
- <subtypes>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</subtypes>
- <specialise-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</specialise-types>
</config>
- <config evaluator="string-compare" condition="Advanced Search">
- <advanced-search>
- <content-types>
<type name="sc:doc" />
<type name="sc:whitepaper" />
</content-types>
- <custom-properties>
<meta-data aspect="sc:webable" property="sc:published" display-label-id="published" />
<meta-data aspect="sc:webable" property="sc:isActive" display-label-id="isActive" />
<meta-data aspect="sc:productRelated" property="sc:product" display-label-id="product" />
<meta-data aspect="sc:productRelated" property="sc:version" display-label-id="version" />
</custom-properties>
</advanced-search>
</config>
</alfresco-config>
merci beaucoup et cordialement.07-12-2007 04:40 AM
<config evaluator="node-type" condition="sc:doc">
<property-sheet>
<show-property name="…" display-label-id="…" />
…
</property-sheet>
</config>
<config evaluator="node-type" condition="sc:whitepaper">
<property-sheet>
<show-property name="…" display-label-id="…" />
…
</property-sheet>
</config>
Bertrand.
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.