Category:People: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
<CreateTitle>Add Person</CreateTitle> | <CreateTitle>Add Person</CreateTitle> | ||
<EditTitle>Edit Person</EditTitle> | <EditTitle>Edit Person</EditTitle> | ||
<standardInputs freeTextLabel="Free text" inputFreeText="1" inputSave="1" inputCancel="1"/> | <standardInputs freeTextLabel="Free text" inputFreeText="1" inputSummary="1" inputSave="1" inputPreview="1" inputChanges="1" inputCancel="1"/> | ||
</pageforms_Form> | </pageforms_Form> | ||
<Template name="Person"> | <Template name="Person"> | ||
<Field name="FirstName"> | <Field name="FirstName"> | ||
<Label>First Name</Label> | <Label>First Name</Label> | ||
<pageforms_FormInput> | <pageforms_FormInput> | ||
<InputType>text with autocomplete</InputType> | <InputType>text with autocomplete</InputType> | ||
| Line 32: | Line 17: | ||
<Field name="LastName"> | <Field name="LastName"> | ||
<Label>Last Name</Label> | <Label>Last Name</Label> | ||
<pageforms_FormInput> | <pageforms_FormInput> | ||
<InputType>text with autocomplete</InputType> | <InputType>text with autocomplete</InputType> | ||
| Line 42: | Line 26: | ||
<Field name="EmailAddress"> | <Field name="EmailAddress"> | ||
<Label>Email Address</Label> | <Label>Email Address</Label> | ||
<pageforms_FormInput> | <pageforms_FormInput> | ||
<InputType>text</InputType> | <InputType>text</InputType> | ||