We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1467a6 commit 58f6befCopy full SHA for 58f6bef
utils/editors/html/auto-save/test/auto-save-v2.0-test.html
@@ -28,7 +28,12 @@
28
29
function initdom(rootnode){
30
31
-
+ $('[value=test]').onclick = e=>{
32
+
33
+ console.log(autosave.trim.checked);
34
35
+ }//test
36
37
}//initdom
38
39
@@ -47,14 +52,21 @@ <h3>
47
52
auto-save test
48
53
</h3>
49
54
55
+ <div>
56
+ <input value=test type=button>
57
+ </div>
58
59
50
60
<div>
51
61
- <auto-save component=grp1 v2.0></auto-save>
62
+ <auto-save component=grp1 v2.0 checked></auto-save>
63
64
</div>
65
66
67
<log-mod component></log-mod>
68
69
70
</body>
71
72
0 commit comments