Skip to main content
Skip table of contents

Action "Cancel"

The Cancel action is created via the <CancelAction/> element within <Actions> and effects that an open Overlay Structural Element or Grid component can be closed without saving and reloading the data.

For the Cancel action the standard attributes for Actions can be defined. However, the attributes componentName and process can not be defined for this action and cause validation errors, if they are set. 

Example

Sample action "Cancel"

XML
<DetailComponent>
    <Actions>
        <CancelAction displayName="Cancel"/>
    </Actions>
    <FlowLayout>
        …
    </FlowLayout>
</DetailComponent>

Above code creates the following action:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.