# java -jar bin/alfresco-mmt.jar list /usr/local/alfresco/tomcat/webapps/alfresco.war
Module 'org.alfresco.module.WebClientAssocLinksSupport' installed in '/usr/local/alfresco/tomcat/webapps/alfresco.war'
- Title: WebClientAssocLinksSupport
- Version: 0.9.3
- Install Date: Tue Mar 11 14:12:36 CET 2008
- Desription: Extends the Web Client to show associations as links
<show-association name="myModel:myAssoc" display-label-id="myAssocDisplayID" component-generator="ChildAssociationWithLinksGenerator"/>
[size=85]<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<!– The important part here is the name - Note: the use of the my: namespace
which is defined further on in the document –>
<model name="sa:Saulonmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Modele de documents Saulon</description>
<author>P. HADOT</author>
<version>1.0</version>
<!– 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 –>
<!– NOTE: The following namespace my.new.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="sa.new.model" prefix="sa"/>
</namespaces>
<types>
<!– Definition of new Content Type: Documents Standard Saulon –>
<type name="sa:dss">
<title>Documents Standard Saulon</title>
<parent>cm:content</parent>
<properties>
<property name="sa:reference">
<type>d:text</type>
<multiple>true</multiple>
</property>
<associations>
<association name="sa:dss">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>cm:content</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
</properties>
</type>
</types>
</model>[/size]
[size=85]<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Registration of new models –>
<bean id="extension.dictionaryBootstrap" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap">
<property name="models">
<list>
<value>alfresco/extension/SaulonModel.xml</value>
</list>
</property>
</bean>
</beans>[/size]
[size=85]<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="sa:dss" />
</content-types>
<custom-properties>
<meta-data type="sa:dss" property="sa:reference" />
</custom-properties>
</advanced-search>
</config>[/size]
J'ai pas tout compris, y a surement des bourdes mais ça convient à mon besoin même si c'est moins sexy qu'un lien clicquable, en espérant que cela fasse de même à d'autres.webapps\alfresco" (ou webapps/alfresco si vous préférez :wink: )."shift /" est quand même moins traumatisant pour les mains que "Alt Gr \" non ? Ca tiens à peu de chose le choix d'un OS…
<config evaluator="node-type" condition="sa:dss">
<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="sa:reference" />
<show-association name="sa:dss" display-label-id="doc_referant"
component-generator="ChildAssociationWithLinksGenerator"/>
</property-sheet>
</config>
12:09:42,516 WARN [web.app.ResourceBundleWrapper] Failed to find I18N message string key: doc_referant
12:09:42,545 WARN [component.property.UIAssociation] Failed to find association definition for association 'sa:dss'
12:09:42,516 WARN [web.app.ResourceBundleWrapper] Failed to find I18N message string key: doc_referant
, la réponse à été donnée ici : http://forum.alfresco-fr.org/viewtopic.php?p=6937#p6937Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.