save - Save

Indicates if a save should occur after an action.

Category

basics

Syntax

save="true|false"

Usage

In Design mode, click All Properties and look for save under basics.

Examples

This is a Button control of type Submit which performs a save.
<xp:button value="submit" id="button1">
	<xp:eventHandler event="onclick" submit="true"
		refreshMode="complete" immediate="false" save="true">
	</xp:eventHandler>
</xp:button>