11
11
< title > MyScriptJS: Examples</ title >
12
12
13
13
< link rel ="stylesheet " href ="examples.css ">
14
+
15
+ < style >
16
+ .title {
17
+ color : initial !important ;
18
+ }
19
+ h2 {
20
+ border-bottom : 1px solid # eaecef ;
21
+ margin-top : 24px ;
22
+ margin-bottom : 16px ;
23
+ }
24
+ </ style >
25
+
14
26
</ head >
15
27
16
28
< body >
35
47
fill ="currentColor " fill-rule ="evenodd "> </ path >
36
48
</ symbol >
37
49
</ svg >
38
- < div class =" index-background " >
50
+ < div >
39
51
< section class ="example-section ">
40
52
< h1 > MyScriptJS examples</ h1 >
53
+ < h2 > Table of contents</ h2 >
54
+ < ul >
55
+ < li > < a href ="#v4-ws "> V4 - iink SDK Web with WebSockets</ a > </ li >
56
+ < li > < a href ="#non-specific "> Non version specific</ a > </ li >
57
+ < li > < a href ="#v3 "> V3 - CDK v3.2</ a > </ li >
58
+ < li > < a href ="#experimental "> Experimental</ a > </ li >
59
+ < li > < a href ="#development "> Development</ a > </ li >
60
+ </ ul >
61
+ < h2 > < a class ="title " name ="v4-ws "> V4 - iink SDK web (WebSockets)</ a > </ h2 >
41
62
< div class ="grid-wrapper ">
42
63
< div class ="grid-column-one ">
43
- < h2 > V4 - iink SDK web</ h2 >
44
64
< p > < strong > TEXT with iink SDK web (with Smart Guide)</ strong > </ p >
45
65
< div class ="center ">
46
66
< a href ="v4/websocket_text_iink.html " class ="btn ">
@@ -54,151 +74,160 @@ <h2>V4 - iink SDK web</h2>
54
74
</ svg >
55
75
Get source code</ a >
56
76
</ div >
57
- < p > < strong > TEXT with iink SDK web (without Smart Guide) </ strong > </ p >
77
+ < p > < strong > MATH with iink SDK web</ strong > </ p >
58
78
< div class ="center ">
59
- < a href ="v4/websocket_text_iink_no_smartguide .html " class ="btn ">
79
+ < a href ="v4/websocket_math_iink .html " class ="btn ">
60
80
< svg class ="icn ">
61
81
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
62
82
</ svg >
63
83
View example</ a >
64
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_text_iink_no_smartguide .html " class ="btn ">
84
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_math_iink .html " class ="btn ">
65
85
< svg class ="icn ">
66
86
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
67
87
</ svg >
68
88
Get source code</ a >
69
89
</ div >
70
- < p > < strong > MATH with iink SDK web </ strong > </ p >
90
+ < p > < strong > Disable guides </ strong > </ p >
71
91
< div class ="center ">
72
- < a href ="v4/websocket_math_iink .html " class ="btn ">
92
+ < a href ="v4/websocket_text_iink_no_guides .html " class ="btn ">
73
93
< svg class ="icn ">
74
94
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
75
95
</ svg >
76
96
View example</ a >
77
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_math_iink.html " class ="btn ">
97
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_text_iink_no_guides.html "
98
+ class ="btn ">
78
99
< svg class ="icn ">
79
100
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
80
101
</ svg >
81
102
Get source code</ a >
82
103
</ div >
83
- < p > < strong > Interact with iink SDK web </ strong > </ p >
104
+ < p > < strong > Custom resource text </ strong > </ p >
84
105
< div class ="center ">
85
- < a href ="v4/interact .html " class ="btn ">
106
+ < a href ="v4/custom_resources_text .html " class ="btn ">
86
107
< svg class ="icn ">
87
108
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
88
109
</ svg >
89
110
View example</ a >
90
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/interact.html " class ="btn ">
111
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/custom_resources_text.html "
112
+ class ="btn ">
91
113
< svg class ="icn ">
92
114
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
93
115
</ svg >
94
116
Get source code</ a >
95
117
</ div >
96
- < p > < strong > Customize the style and change the font </ strong > </ p >
118
+ < p > < strong > Import content </ strong > </ p >
97
119
< div class ="center ">
98
- < a href ="v4/customize_style .html " class ="btn ">
120
+ < a href ="v4/import_content .html " class ="btn ">
99
121
< svg class ="icn ">
100
122
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
101
123
</ svg >
102
124
View example</ a >
103
- < a
104
- href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/customize_style.html "
105
- class ="btn ">
125
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/import_content.html " class ="btn ">
106
126
< svg class ="icn ">
107
127
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
108
128
</ svg >
109
129
Get source code</ a >
110
130
</ div >
111
- < p > < strong > Use multiple inputs fields </ strong > </ p >
131
+ < p > < strong > Pointer events </ strong > </ p >
112
132
< div class ="center ">
113
- < a href ="v4/multiple_inputs .html " class ="btn ">
133
+ < a href ="v4/pointer_events .html " class ="btn ">
114
134
< svg class ="icn ">
115
135
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
116
136
</ svg >
117
137
View example</ a >
118
- < a
119
- href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/multiple_inputs.html "
120
- class ="btn ">
138
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/pointer_events.html " class ="btn ">
121
139
< svg class ="icn ">
122
140
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
123
141
</ svg >
124
142
Get source code</ a >
125
143
</ div >
126
- < p > < strong > Disable guides</ strong > </ p >
144
+ </ div >
145
+ < div class ="grid-column-two ">
146
+ < p > < strong > TEXT with iink SDK web (without Smart Guide)</ strong > </ p >
127
147
< div class ="center ">
128
- < a href ="v4/websocket_text_iink_no_guides .html " class ="btn ">
148
+ < a href ="v4/websocket_text_iink_no_smartguide .html " class ="btn ">
129
149
< svg class ="icn ">
130
150
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
131
151
</ svg >
132
152
View example</ a >
133
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_text_iink_no_guides.html " class ="btn ">
153
+ < a
154
+ href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/websocket_text_iink_no_smartguide.html "
155
+ class ="btn ">
134
156
< svg class ="icn ">
135
157
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
136
158
</ svg >
137
159
Get source code</ a >
138
160
</ div >
139
- < p > < strong > Custom resource text </ strong > </ p >
161
+ < p > < strong > Interact with iink SDK web </ strong > </ p >
140
162
< div class ="center ">
141
- < a href ="v4/custom_resources_text .html " class ="btn ">
163
+ < a href ="v4/interact .html " class ="btn ">
142
164
< svg class ="icn ">
143
165
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
144
166
</ svg >
145
167
View example</ a >
146
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/custom_resources_text .html " class ="btn ">
168
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/interact .html " class ="btn ">
147
169
< svg class ="icn ">
148
170
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
149
171
</ svg >
150
172
Get source code</ a >
151
173
</ div >
152
- < p > < strong > Custom resource math </ strong > </ p >
174
+ < p > < strong > Customize the style and change the font </ strong > </ p >
153
175
< div class ="center ">
154
- < a href ="v4/custom_resources_math .html " class ="btn ">
176
+ < a href ="v4/customize_style .html " class ="btn ">
155
177
< svg class ="icn ">
156
178
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
157
179
</ svg >
158
180
View example</ a >
159
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/custom_resources_math.html " class ="btn ">
181
+ < a
182
+ href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/customize_style.html "
183
+ class ="btn ">
160
184
< svg class ="icn ">
161
185
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
162
186
</ svg >
163
187
Get source code</ a >
164
188
</ div >
165
- < p > < strong > Import content </ strong > </ p >
189
+ < p > < strong > Custom resource math </ strong > </ p >
166
190
< div class ="center ">
167
- < a href ="v4/import_content .html " class ="btn ">
191
+ < a href ="v4/custom_resources_math .html " class ="btn ">
168
192
< svg class ="icn ">
169
193
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
170
194
</ svg >
171
195
View example</ a >
172
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/import_content.html " class ="btn ">
196
+ < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/custom_resources_math.html "
197
+ class ="btn ">
173
198
< svg class ="icn ">
174
199
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
175
200
</ svg >
176
201
Get source code</ a >
177
202
</ div >
178
- < p > < strong > Pointer events </ strong > </ p >
203
+ < p > < strong > Use multiple inputs fields </ strong > </ p >
179
204
< div class ="center ">
180
- < a href ="v4/pointer_events .html " class ="btn ">
205
+ < a href ="v4/multiple_inputs .html " class ="btn ">
181
206
< svg class ="icn ">
182
207
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
183
208
</ svg >
184
209
View example</ a >
185
- < a href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/pointer_events.html " class ="btn ">
210
+ < a
211
+ href ="https://github.com/MyScript/MyScriptJS/blob/master/examples/v4/multiple_inputs.html "
212
+ class ="btn ">
186
213
< svg class ="icn ">
187
214
< use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
188
215
</ svg >
189
216
Get source code</ a >
190
217
</ div >
191
218
</ div >
192
- < div class ="grid-column-two ">
193
- < h2 > Non version specific features</ h2 >
194
- < div class ="notice notice-info ">
195
- < svg class ="icn icn-info ">
196
- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-info "> </ use >
197
- </ svg >
198
- < div class ="notice-txt ">
199
- Demonstration of features not depending of API version configured.
200
- </ div >
201
- </ div >
219
+ </ div >
220
+ < h2 > < a class ="title " name ="non-specific "> Non version specific features</ a > </ h2 >
221
+ < div class ="notice notice-info ">
222
+ < svg class ="icn icn-info ">
223
+ < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-info "> </ use >
224
+ </ svg >
225
+ < div class ="notice-txt ">
226
+ Demonstration of features not depending of API version configured.
227
+ </ div >
228
+ </ div >
229
+ < div class ="grid-wrapper ">
230
+ < div class ="grid-column-one ">
202
231
< p > < strong > Handle errors</ strong > </ p >
203
232
< div class ="center ">
204
233
< a href ="non-version-specific/handle_errors.html " class ="btn ">
@@ -228,6 +257,8 @@ <h2>Non version specific features</h2>
228
257
</ svg >
229
258
Get source code</ a >
230
259
</ div >
260
+ </ div >
261
+ < div class ="grid-column-two ">
231
262
< p > < strong > Change the language</ strong > </ p >
232
263
< div class ="center ">
233
264
< a href ="non-version-specific/change_language.html " class ="btn ">
@@ -243,7 +274,11 @@ <h2>Non version specific features</h2>
243
274
</ svg >
244
275
Get source code</ a >
245
276
</ div >
246
- < h2 > V3 - CDK v3.2</ h2 >
277
+ </ div >
278
+ </ div >
279
+ < h2 > < a class ="title " name ="v3 "> V3 - CDK v3.2</ a > </ h2 >
280
+ < div class ="grid-wrapper ">
281
+ < div class ="grid-column-one ">
247
282
< p > < strong > MATH with CDK 3.2 WebSockets</ strong > </ p >
248
283
< div class ="center ">
249
284
< a href ="v3/websocket_math.html " class ="btn ">
@@ -274,6 +309,8 @@ <h2>V3 - CDK v3.2</h2>
274
309
</ svg >
275
310
Get source code</ a >
276
311
</ div >
312
+ </ div >
313
+ < div class ="grid-column-two ">
277
314
< p > < strong > MATH with CDK 3.2 REST/HTTP</ strong > </ p >
278
315
< div class ="center ">
279
316
< a href ="v3/rest_math.html " class ="btn ">
@@ -306,9 +343,9 @@ <h2>V3 - CDK v3.2</h2>
306
343
</ div >
307
344
</ div >
308
345
</ div >
346
+ < h2 > < a class ="title " name ="development "> Development</ a > </ h2 >
309
347
< div class ="grid-wrapper ">
310
348
< div class ="grid-column-one ">
311
- < h2 > Development</ h2 >
312
349
< p > < strong > Development UI - All features, could be slow</ strong > </ p >
313
350
< div class ="center ">
314
351
< a href ="dev/dev.html " class ="btn ">
@@ -339,6 +376,8 @@ <h2>Development</h2>
339
376
</ svg >
340
377
Get source code</ a >
341
378
</ div >
379
+ </ div >
380
+ < div class ="grid-column-two ">
342
381
< p > < strong > Configuring debug traces</ strong > </ p >
343
382
< div class ="center ">
344
383
< a href ="dev/debug.html " class ="btn ">
@@ -355,16 +394,18 @@ <h2>Development</h2>
355
394
Get source code</ a >
356
395
</ div >
357
396
</ div >
358
- < div class ="grid-column-two ">
359
- < h2 > Experimental</ h2 >
360
- < div class ="notice notice-warning ">
361
- < svg class ="icn icn-warning ">
362
- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-info "> </ use >
363
- </ svg >
364
- < div class ="notice-txt ">
365
- Demonstration of existing technology still limited. May not work. Contact us if you are willing to use it.
366
- </ div >
367
- </ div >
397
+ </ div >
398
+ < h2 > < a class ="title " name ="experimental "> Experimental</ a > </ h2 >
399
+ < div class ="notice notice-warning ">
400
+ < svg class ="icn icn-warning ">
401
+ < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-info "> </ use >
402
+ </ svg >
403
+ < div class ="notice-txt ">
404
+ Demonstration of existing technology still limited. May not work. Contact us if you are willing to use it.
405
+ </ div >
406
+ </ div >
407
+ < div class ="grid-wrapper ">
408
+ < div class ="grid-column-one ">
368
409
< p > < strong > GRAPHICS with iink SDK web</ strong > </ p >
369
410
< div class ="center ">
370
411
< a href ="experimental/websocket_diagram_iink.html " class ="btn ">
@@ -411,6 +452,8 @@ <h2>Experimental</h2>
411
452
</ svg >
412
453
Get source code</ a >
413
454
</ div >
455
+ </ div >
456
+ < div class ="grid-column-two ">
414
457
< p > < strong > MUSIC with CDK 3.2 WebSockets</ strong > </ p >
415
458
< div class ="center ">
416
459
< a href ="experimental/rest_music_cdk32.html " class ="btn ">
0 commit comments