Definition | Eine Eingabe ist ein Feld, das verwendet wird, um eine Dateneingabe von einem Benutzer zu erhalten. |
Code |
to clipboard
<input class="input" type="text" name="matnr"/> |
Beispiel |
![]() |
mit Wertehilfe |
to clipboard
<input class="input valuehelp" type="text" name="matnr"/> |
Beispiel |
![]() |
als Musseingabe (statisches Label) |
to clipboard
<label class='label' for="bstkd">Kundenreferenz</label> <br /> <input class='input' required type="text" id='bstkd' name='bstkd' maxLength="35" /> |
Beispiel |
![]() |
als Musseingabe (dynamisches Label) |
to clipboard
<label class='label' name="city@label"></label><br> <input type=text class="input" name="city" style='width:240px;' /> |
Beispiel |
![]() |
Datumswahl |
to clipboard
<div class="infoblock" style="height:50px;"> <label class='label' for="price_date" name="price_date@label"></label> <br /> <input class='input' type="date" name='price_date' style="width: 100%; " /> </div> |
Beispiel |
![]() |
Monatsauswahl |
to clipboard
<input class="input" type="month" name="ketdat"/> |
Beispiel |
![]() |
Komponente | S10 Framework |