save - Save
Indicates if a save should occur after an action.
Category
basicsSyntax
save="true|false"
Usage
In Design mode, click All Properties and look for save under basics.Examples
This is a Button control of typeSubmit
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>