Skip to main content
Skip table of contents

Action "Save"

Die Action Save wird über das Element <SaveAction/>  innerhalb von <Actions> erzeugt. Mit der Action Save werden eingegebene Daten gespeichert. Der Status ist abhängig vom Validierungsstatus.

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

Beispiel

Beispiel Action "Speichern"
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
	<Actions>
		<SaveAction componentName="personDetail"/>
	</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.