cancel
Showing results for 
Search instead for 
Did you mean: 

Expand/collapse field sets in Share?

tarh33l
Champ in-the-making
Champ in-the-making
I've got a number of fields that I'm showing on the edit metadata screen for a particular type. Most users won't care to see many of these fields. Right now, I've got them grouped into field sets to help visually separate them, but the vertical height of the page is a little intimidating to the basic user. Is there some sort of "expand/collapse" functionality that's "out of the box" in Share? I've been digging around and haven't found anything. What I'd like to do is collapse or hide those fields by default and have the user hit "More…" or something and have the other fields appear in their appropriate field set. Thanks.

- Terence
1 REPLY 1

jpfi
Champ in-the-making
Champ in-the-making
hi,
take a look here: http://alfresco-forms-service-examples.googlecode.com/files/Learning%20Alfresco%20Forms%20Service%20...
summary:

<set id="addressset" parent="contactset" appearance="accordion" label="Address" />
……
<field id="forms32:street" set="addressset"/>
<field id="forms32:city" set="addressset"/>
<field id="forms32:state" set="addressset"/>
<field id="forms32:zip" set="addressset"/>
</set>
……
cheers, jan