List of button ID's requiring explicit Save behavior on a client click.
| C# |
public string SaveButtons { get; set; }
When the AutoSave functionality is not appropriate
or sufficient, add the ID(s) of the button(s) that should trigger a
client-side Save before postback. The editor uses this list to
find the buttons and modifies their OnClientClick method.
Note: The default search pattern is relative to the editor location.