06-24-2011 10:05 AM
<config evaluator="node-type" condition="cm:content">
<forms>
<default-controls>
<type name="text"
template="/org/alfresco/components/form/controls/textfield.ftl" />
</default-controls>
<form>
<!– cut cut cut cut cut cut cut cut –>
<config evaluator="node-type" condition="my:ownWorkflowTaskType">
<forms>
<default-controls>
<type name="text"
template="/org/alfresco/components/form/controls/info.ftl" />
</default-controls>
<form>
</forms>
</config>
But in Alfresco Share (Community 3.4.d) this example just doesn't work, system ignores <default-controls> tag when it's in <config evaluator="node-type" condition="my<config>
<forms>
<default-controls>
<type name="text"
template="/org/alfresco/components/form/controls/info.ftl" />
</default-controls>
<form>
</forms>
</config>
,08-02-2011 03:58 PM
<appearance>
<field id="my:prop">
<control template="/org/alfresco/components/form/controls/info.ftl" />
</field>
</appearance>
It is probably more markup but should do the job.
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.