Skip to main content
Skip table of contents

Action "Delete"

The action delete is created with the element <DeleteAction/> within <Actions>. The action delete deletes data.

For the delete action the standard attributes for (7.4.0-en) Actions can be defined.

Example action "Delete"
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
	<Actions>
		<DeleteAction/>
	</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.