02-14-2014 09:43 AM
<config evaluator="model-type" condition="cm:content">
<forms>
<form id="search">
<field-visibility>
<show id="cm:name" />
<show id="cm:title" force="true" />
<show id="cm:description" force="true" />
<show id="mimetype" />
<show id="cm:modified" />
<show id="cm:modifier" />
<!– New fields: the search works well for these –>
<show id="cm:created" />
<show id="cm:creator" />
<!– New fields: the search does not work at all –>
<show id="cm:categories" force="true" />
<show id="cm:locale" force="true" />
<show id="model:folderType" force="true" />
<show id="model:folderEtat" force="true" />
</field-visibility>
<appearance>
<field id="mimetype">
<control template="/org/alfresco/components/form/controls/mimetype.ftl" />
</field>
<field id="cm:modifier">
<control>
<control-param name="forceEditable">true</control-param>
</control>
</field>
<field id="cm:modified">
<control template="/org/alfresco/components/form/controls/daterange.ftl" />
</field>
<field id="cm:created">
<control template="/org/alfresco/components/form/controls/daterange.ftl" />
</field>
<field id="cm:creator">
<control>
<control-param name="forceEditable">true</control-param>
</control>
</field>
<field id="cm:categories">
<control>
<control-param name="compactMode">true</control-param>
<control-param name="showSubCategoriesOption">true</control-param>
</control>
</field>
<field id="cm:locale">
<!– custom template: work well –>
<control template="/org/alfresco/components/form/controls/space.ftl" >
</control>
</field>
<field id="model:folderType">
<control template="/org/alfresco/components/form/controls/number.ftl">
</control>
</field>
<field id="model:folderEtat">
<control template="/org/alfresco/components/form/controls/number.ftl" >
</control>
</field>
</appearance>
</form>
</forms>
</config>
02-17-2014 05:28 AM
02-17-2014 10:26 AM
02-20-2014 04:44 AM
07-15-2014 02:20 AM
07-15-2014 02:43 AM
07-15-2014 07:44 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.