|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - <head> |
4 |
| - <title>Actions | CoCreateJS</title> |
| 3 | + <head> |
| 4 | + <title>Actions | CoCreateJS</title> |
5 | 5 |
|
6 |
| - <!-- CoCreate Favicon --> |
7 |
| - <link |
8 |
| - rel="icon" |
9 |
| - type="image/png" |
10 |
| - sizes="32x32" |
11 |
| - href="../assets/favicon.ico" /> |
12 |
| - <link rel="manifest" href="/manifest.webmanifest" /> |
13 |
| - </head> |
14 |
| - <body> |
15 |
| - <form> |
16 |
| - <button |
17 |
| - type="button" |
18 |
| - id="id-one" |
19 |
| - actions="timeout(12000), action(document; #id-two)"> |
20 |
| - click |
21 |
| - </button> |
22 |
| - </form> |
23 |
| - <form> |
24 |
| - <button |
25 |
| - type="button" |
26 |
| - actions="timeout(1000), timeout(2000), timeout(5000)"> |
27 |
| - click |
28 |
| - </button> |
29 |
| - </form> |
| 6 | + <!-- CoCreate Favicon --> |
| 7 | + <link |
| 8 | + rel="icon" |
| 9 | + type="image/png" |
| 10 | + sizes="32x32" |
| 11 | + href="../assets/favicon.ico" /> |
| 12 | + <link rel="manifest" href="/manifest.webmanifest" /> |
| 13 | + </head> |
| 14 | + <body> |
| 15 | + <form> |
| 16 | + <button |
| 17 | + type="button" |
| 18 | + id="id-one" |
| 19 | + actions="timeout(12000), action($document #id-two)"> |
| 20 | + click |
| 21 | + </button> |
| 22 | + </form> |
| 23 | + <form> |
| 24 | + <button |
| 25 | + type="button" |
| 26 | + actions="timeout(1000), timeout(2000), timeout(5000)"> |
| 27 | + click |
| 28 | + </button> |
| 29 | + </form> |
30 | 30 |
|
31 |
| - <form> |
32 |
| - <input render-key="render.company" value="Paper Company" /> |
33 |
| - <button |
34 |
| - id="id-two" |
35 |
| - type="button" |
36 |
| - actions="timeout(1000), action(document; #id-three)" |
37 |
| - hidden> |
38 |
| - click |
39 |
| - </button> |
40 |
| - </form> |
| 31 | + <form> |
| 32 | + <input render-key="render.company" value="Paper Company" /> |
| 33 | + <button |
| 34 | + id="id-two" |
| 35 | + type="button" |
| 36 | + actions="timeout(1000), action($document #id-three)" |
| 37 | + hidden> |
| 38 | + click |
| 39 | + </button> |
| 40 | + </form> |
41 | 41 |
|
42 |
| - <form> |
43 |
| - <input render-key="render.name" value="Micheal Scott" /> |
44 |
| - <button |
45 |
| - id="id-three" |
46 |
| - type="button" |
47 |
| - actions="timeout(4000), renderKey" |
48 |
| - hidden> |
49 |
| - click |
50 |
| - </button> |
51 |
| - </form> |
| 42 | + <form> |
| 43 | + <input render-key="render.name" value="Micheal Scott" /> |
| 44 | + <button |
| 45 | + id="id-three" |
| 46 | + type="button" |
| 47 | + actions="timeout(4000), renderKey" |
| 48 | + hidden> |
| 49 | + click |
| 50 | + </button> |
| 51 | + </form> |
52 | 52 |
|
53 |
| - <!--<script src="../dist/CoCreate-actions.js" ></script>--> |
54 |
| - <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> --> |
55 |
| - <script src="https://CoCreate.app/dist/CoCreate.js"></script> |
56 |
| - </body> |
| 53 | + <!--<script src="../dist/CoCreate-actions.js" ></script>--> |
| 54 | + <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> --> |
| 55 | + <script src="https://CoCreate.app/dist/CoCreate.js"></script> |
| 56 | + </body> |
57 | 57 | </html>
|
0 commit comments