Span.Eco.AutoSave
(Created page with "{| class="wikitable" !#TargetType.TaggedValue !CommaSeparatedExampleValues !Short Description |- |#Span.Eco.AutoSave |True,False |Enables a viewModel to automatically save all...")
 
(Updated Edited template to July 12, 2025.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 8: Line 9:
|Enables a viewModel to automatically save all changes without showing the Save/Cancel buttons.
|Enables a viewModel to automatically save all changes without showing the Save/Cancel buttons.
|}
|}
<code>#Span.Eco.AutoSave</code> turns on to automatically save any data changes as soon as the client to the server. Be ''aware'' that this does not mean that everything is autosaved. It means that values from fields are autosaved. You still need to automatically save on actions.
[[Category:Tagged Values]]
{{Edited|July|12|2025}}

Latest revision as of 06:02, 20 January 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Edgar on 2025-01-20.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Span.Eco.AutoSave True,False Enables a viewModel to automatically save all changes without showing the Save/Cancel buttons.

#Span.Eco.AutoSave turns on to automatically save any data changes as soon as the client to the server. Be aware that this does not mean that everything is autosaved. It means that values from fields are autosaved. You still need to automatically save on actions.