Defines a collapsible group of tasks or iframes.
<group id="uniqueID" caption="uniqueID_Caption" description="uniqueID_Description" emphasize="{yes | no}" collapsed="{yes | no}" onupdate="foo()">
Attributes
id
Arbitrary unique identifier assigned to the group.
caption
Optional. Specifies the string ID of the text to display in the group caption. Defaults to "uniqueID_Caption" if not specified.
description
Optional. Specifies the string ID for a brief paragraph to display at the top of the group. Defaults to "uniqueID_Description" if not specified. If the string ID is undefined the group contains no description.
emphasize
Optional. Emphasizes the group via different visual styles. Defaults to "no."
collapsed
Optional. Initially displays the group collapsed. After first use the collapsed status of each group is persisted. Defaults to "no."
onupdate
Optional. JScript expression to evaluate on the Update event prior to processing the update-event rules for tasks the group contains.