Resets one or more form items. It will do the following:
undefinedTo transition back to a single form item variable, without reinitializing the item's prompt and event counters, use <goto nextitem="itemname"/>, rather than clearing the item.
To set one or more form item variable(s) back to ECMAScript undefined, without reinitializing the items' prompt and event counters, use <assign name="itemname" expr="undefined"/> for each item, rather than clearing the item(s).
|
|
Attribute |
Description |
|
namelist |
The list of variables to be reset; this can include variable names other than form items, as long as variables are in the current scope. When not specified, all of the form items in the current form are cleared. Optional. |
Block Catch Catch Error Filled ForEach Help If Noinput Nomatch
None
None
<clear> cannot be used as a child of <foreach> when <foreach> is a child of <prompt> and vxmli.conformance.disallow_exec_content_within_prompts is set to true.
|