Re: [Xsltforms-support] Undo element delete
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2023-03-31 16:47:16
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Hi Winona, </div> <div class="default-style"> </div> <div class="default-style"> For an undo facility, you should store the corresponding instance, or a part of it, within another instance, possibly in successive states. </div> <div class="default-style"> </div> <div class="default-style"> It should be done with the insert action before deleting the element, as a "commit", and a replace action when the undo button is activated, as a "rollback". </div> <div class="default-style"> </div> <div class="default-style"> What do you think? </div> <div class="default-style"> </div> <div class="default-style"> --Alain </div> <blockquote type="cite"> <div> Le 30/03/2023 15:23 CEST, Winona Salesky <wsa...@gm...> a écrit : </div> <div> </div> <div> </div> <div dir="ltr"> Has anyone implemented an 'undo' button that restores a deleted element? My client has requested this, but I'm not sure it can actually be done. <div> </div> <div> Thanks, </div> <div> -Winona </div> <div> </div> </div> _______________________________________________ Xsltforms-support mailing list Xsl...@li... https://lists.sourceforge.net/lists/listinfo/xsltforms-support </blockquote> </body> </html> |