Skip to main content
Skip table of contents

Action "Delete"

Die Action Delete wird über das Element <DeleteAction/>  innerhalb von <Actions> erzeugt. Mit der Action Delete werden die Daten gelöscht.

Für die Action Delete lassen sich die Standardattribute für Actions definieren.

Beispiel

Beispiel Action "Löschen"
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
	<Actions>
		<DeleteAction/>
	</Actions>
	<FlowLayout>
		…
	</FlowLayout>
</DetailComponent>

Das obige Beispiel erzeugt folgende Action:

JavaScript errors detected

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

If this problem persists, please contact our support.