Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assignment Operations

<add-error>

Adds a message to the error list.

Code Block
xml
xml

<add-error>
  <fail-message message="There was an error" />
</add-error>

Attributes

error-list-name

optional

The name of a list that will contain the message

Default is "error_list"


Child Elements

<fail-message>

optional

<fail-property>

optional


Info
titleProposed Changes

Currently, child elements are optional. Require at least one child element.

<clear-field>
<create-object>

...