07-31-2007 03:07 AM
<config evaluator="node-type" condition="content">
<tab-panels>
<!– tab-panel element also supports attributes label-id and description-id which
should contain localized messages keys –>
<tab-panel id="tab1" label="Test tab1" description="Test tab1">
<!– name attribute should match property or association name of property-sheet component which is matched by enclosing evaluator –>
<property name="name" />
<property name="mimetype" />
<property name="encoding" />
</tab-panel>
<tab-panel id="tab2" label="Test tab2" description="Test tab2">
<property name="title" />
<property name="description" />
<property name="author" />
<property name="size" />
</tab-panel>
</tab-panels>
</config>
The extension, amp file and small installation guide are hosted on AlfrescoForge ( http://forge.alfresco.com/projects/tabbedpropsheet/ ). Hope that it will be usefull, and any suggestions and help is more than welcome 08-22-2007 09:16 AM
<aspects>
<aspect name="dsa:approvalCycleDetails">
<title>DSA Approval Cycle Details</title>
<parent>cm:content</parent>
<properties>
<property name="dsa:status">
<title>Current Status</title>
<type>d:text</type>
<constraints>
<constraint ref="dsac:docStatus" />
</constraints>
</property>
</properties>
</aspect>
</aspects>
<config evaluator="aspect-name" condition="dsa:approvalCycleDetails">
<tab-panels>
<tab-panel id="tab1" label="General" description="General Properties that are common to all content types.">
<property name="name" />
<property name="title" />
<property name="description" />
<property name="author" />
<property name="size" />
<property name="mimetype" />
<property name="encoding" />
</tab-panel>
<tab-panel id="tab2" label="Audit Info" description="Audit Properties">
<property name="encoding" />
<property name="dsa:status" />
<property name="mimetype" />
<property name="creator" />
<property name="created" />
<property name="modifier" />
<property name="modified" />
</tab-panel>
</tab-panels>
</config>
08-22-2007 09:23 AM
<config evaluator="aspect-name" condition="dsa:approvalCycleDetails">
<property-sheet>
<show-property name="dsa:status" />
</property-sheet>
<tab-panels>
<!– tab-panel element also supports attributes label-id and description-id which
should contain localized messages keys –>
<tab-panel id="tab1" label="General" description="General Properties that are common to all content types.">
<!– name attibute should match property or association name of property-sheet component –>
<property name="name" />
<property name="title" />
<property name="description" />
<property name="author" />
<property name="size" />
<property name="mimetype" />
<property name="encoding" />
</tab-panel>
<tab-panel id="tab2" label="Audit Info" description="Audit Properties that are common to all content types.">
<property name="dsa:status" />
<property name="mimetype" />
<property name="creator" />
<property name="created" />
<property name="modifier" />
<property name="modified" />
</tab-panel>
</tab-panels>
</config>
07-09-2009 05:50 AM
07-09-2009 06:31 AM
07-09-2009 06:44 AM
07-09-2009 07:26 AM
07-09-2009 08:11 AM
OUps, sorry for not having read the instructions.
One question still : why haven't you put the faces-config-custom in the amp file ?
07-09-2009 08:18 AM
07-09-2009 08:43 AM
07-09-2009 08:51 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.