2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Annuler/rétablir vos actions< / title >
< meta charset = "utf-8" / >
2018-03-20 09:08:38 +00:00
< meta name = "description" content = "Perform the basic operations with the spreadsheet: undo, redo" / >
2016-03-11 00:48:53 +00:00
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
< script type = "text/javascript" src = "../callback.js" > < / script >
2018-03-20 09:08:38 +00:00
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
2016-03-11 00:48:53 +00:00
< / head >
< body >
< div class = "mainpart" >
2018-03-20 09:08:38 +00:00
< div class = "search-field" >
< input id = "search" class = "searchBar" placeholder = "Recherche" type = "text" onkeypress = "doSearch(event)" >
< / div >
2016-03-11 00:48:53 +00:00
< h1 > Annuler/rétablir vos actions< / h1 >
< p > Pour effectuer les opérations annuler/rétablir, utilisez les icônes correspondantes sur la barre d'outils supérieure :< / p >
< ul >
2018-03-20 09:08:38 +00:00
< li > < b > Annuler< / b > – utilisez l'icône < b > Annuler< / b > < img alt = "Icône Annuler" src = "../images/undo.png" / > pour annuler la dernière action effectuée.< / li >
< li > < b > Rétablir< / b > – utilisez l'icône < b > Rétablir< / b > < img alt = "Icône Rétablir" src = "../images/redo.png" / > pour rétablir la dernière action annulée.< / li >
2016-03-11 00:48:53 +00:00
< / ul >
< p class = "note" > < b > Remarque< / b > : les opérations annuler/rétablir peuvent être effectuées à l'aide des < a href = "../HelpfulHints/KeyboardShortcuts.htm" onclick = "onhyperlinkclick(this)" > Raccourcis clavier< / a > .< / p >
< / div >
< / body >
< / html >