Skip to main content
Skip table of contents

"Delete" Action

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

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

Example "Delete" action
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.