Definition | Eine Drucktaste zeigt eine mögliche Benutzeraktion an |
Code |
to clipboard
<button type='button' class='button' onclick='S10Apply("change")'> Ändern </button> |
Beispiel |
|
Varianten |
Toolbarbutton
|
Code |
to clipboard
<table class="headerarea" style="width: 100%;"> <tr> <td style="width: 50px;"> <!-- Button for navigating back--> <button class="button back" onclick="S10Apply('exit_orderdetail_back','', null, true);" type="button">◀︎ </button></td> <td style="color: white; font-size: 24px;"><b>Auftrag anlegen</b> </td> </tr> <tr> <td style="width: 50px;"></td> <td style="white-space: nowrap;"> <button class="toolbarbutton" onclick="S10Apply('create_check');" type="button"> Prüfen</button> <div class="processingmessage"> Auftrag wird geprüft</div> <button class="toolbarbutton" onclick="S10Apply('create_save');" type="button"> Speichern</button> <div class="processingmessage"> Auftrag wird gespeichert</div> </td> </tr> </table> |
Komponente | S10 Framework |