11<!-- Demonstrates the usage of single property configuration APIs -->
2-
32<!DOCTYPE html>
4- < html >
5-
3+ < html lang ="en ">
64< head >
75 < title > Keyboard Configuration</ title >
86 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1311 < script type ="text/javascript " charset ="utf-8 " src ="../lib/dl_keyboard.js "> </ script >
1412 < script type ="text/javascript " charset ="utf-8 " src ="../lib/dl_barcode.js "> </ script >
1513</ head >
16-
1714< body >
18- <!-- Header and page title -->
19- < center >
20- < div class ="banner "> Visit datalogic.github.io/javascript/overview/ for full SDK documentation</ div >
21- < h2 > Keyboard Configuration</ h2 >
22- </ center >
23- < hr >
24-
25- <!-- Software Keyboard Header -->
26- < center >
27- < h3 > Software Keyboard Configuration</ h3 >
28- </ center >
29-
30- < center >
31- < div id ="softkb_label "> Soft keyboard test input:</ div >
32- < input id ="softkb_input " class ="keyboard-input-box " type ="text " autocomplete ="off "> < br > < br >
33- < button id ="softkb_show " class ="keyboard-test-button " type ="button "> Show Keyboard</ button >
34- < button id ="softkb_hide " class ="keyboard-test-button " type ="button "> Hide Keyboard</ button > < br >
35- < div id ="softkb_status "> Ready.</ div >
36- </ center >
37- < hr >
38-
39- <!-- Trigger Header -->
40- < center >
41- < h3 > Trigger Configuration</ h3 >
42- </ center >
43-
44- <!-- Input controls -->
45- < center >
46- < div id ="enabled_label "> Triggers enabled here:</ div >
47- < input id ="enabled " class ="keyboard-input-box " type ="text ">
48- < div id ="disabled_label "> Triggers disabled here:</ div >
49- < input id ="disabled " class ="keyboard-input-box " type ="text ">
50- </ center >
51- < br > < br >
52-
53- <!-- Status -->
54- < div >
55- < h3 > Status:</ h3 >
56- < div id ="status "> Initialized.</ div >
57- </ div >
58- < hr >
15+ <!-- Header and page title -->
16+ < center >
17+ < div class ="banner "> Visit datalogic.github.io/javascript/overview/ for full SDK documentation</ div >
18+ < h2 > Keyboard Configuration</ h2 >
19+ </ center >
20+
21+ <!-- Software keyboard config -->
22+ < br > < hr >
23+ < center >
24+ < h3 > Soft Keyboard Configuration</ h3 >
25+ < div id ="softkb_label "> Soft keyboard test input:</ div >
26+ < input id ="softkb_input " class ="keyboard-input-box " type ="text " autocomplete ="off "> < br > < br >
27+ < button id ="softkb_show " class ="keyboard-test-button " type ="button "> Show Keyboard</ button >
28+ < button id ="softkb_hide " class ="keyboard-test-button " type ="button "> Hide Keyboard</ button > < br > < br >
29+ < h3 > Status:</ h3 >
30+ < div id ="softkb_status "> Ready.</ div >
31+ </ center >
32+
33+ <!-- Trigger config -->
34+ < br > < hr >
35+ < center >
36+ < h3 > Trigger Configuration</ h3 >
37+ < div id ="enabled_label "> Triggers enabled here:</ div >
38+ < input id ="enabled " class ="keyboard-input-box " type ="text ">
39+ < div id ="disabled_label "> Triggers disabled here:</ div >
40+ < input id ="disabled " class ="keyboard-input-box " type ="text "> < br > < br >
41+ < h3 > Trigger status:</ h3 >
42+ < div id ="trig_status "> Initialized.</ div >
43+ </ center >
5944</ body >
60-
6145</ html >
0 commit comments