The <Form> element must surround all Field elements and contains the unique name of the form. The elements listed on the previous page are contained within the beginning and ending Form tags.
<Form name=’Create User Form’
<Field name=’waveset.accountId’>
additional fields
</Form>
Additional example:
<Form name=’Task Launch Form’>
<Display class=’EditForm’>
<Property name=’title’ value=’Task Launch’/>
<Property name=’subTitle’ value=’Enter task launch parameters’/>
</Display>
...
</Form>
|