This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +633
-742
lines changed
Expand file tree Collapse file tree 8 files changed +633
-742
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ CSS variable | Default
3838@demo src/demo-app/examples/non-version-specific/interact.html Interact [V4]
3939@demo src/demo-app/examples/v4/custom_resources.html Use a custom resource [V4]
4040@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
41- @demo src/demo-app/examples/v3/websocket_text.html Configure component with legacy api [V3]
42- @demo src/demo-app/examples/v3/prediction_completion.html Prediction and completion [V3]
43- @demo src/demo-app/examples/v3/superimposed.html Superimposed technology [V3]
4441@demo src/demo-app/examples/index.html Other examples
4542*/
4643
Original file line number Diff line number Diff line change @@ -216,47 +216,6 @@ <h2>V4 - iink SDK web</h2>
216216 </ svg >
217217 Get source code</ a >
218218 </ div >
219- < h2 > V3 - CDK v3.2</ h2 >
220- < p > < strong > TEXT with v3.2 WebSockets</ strong > </ p >
221- < div class ="center ">
222- < a href ="v3/websocket_text.html " class ="btn ">
223- < svg class ="icn ">
224- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
225- </ svg >
226- View example</ a >
227- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/websocket_text.html " target ="_blank " class ="btn ">
228- < svg class ="icn ">
229- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
230- </ svg >
231- Get source code</ a >
232- </ div >
233- < p > < strong > Configure and use prediction and completion</ strong > </ p >
234- < div class ="center ">
235- < a href ="v3/prediction_completion.html " class ="btn ">
236- < svg class ="icn ">
237- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
238- </ svg >
239- View example</ a >
240- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/prediction_completion.html " target ="_blank " class ="btn ">
241- < svg class ="icn ">
242- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
243- </ svg >
244- Get source code</ a >
245- </ div >
246- < p > < strong > Configuration and use superimposed - letters write on top of the others</ strong > </ p >
247- < div class ="center ">
248- < a href ="v3/superimposed.html " class ="btn ">
249- < svg class ="icn ">
250- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
251- </ svg >
252- View example</ a >
253- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/superimposed.html " target ="_blank " class ="btn ">
254- < svg class ="icn ">
255- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
256- </ svg >
257- Get source code</ a >
258- </ div >
259-
260219 < h2 > Experimental</ h2 >
261220 < div class ="notice notice-warning ">
262221 < svg class ="icn icn-warning ">
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ CSS variable | Default
4242@demo src/demo-app/examples/non-version-specific/interact.html Interact [V4]
4343@demo src/demo-app/examples/v4/custom_resources.html Use a custom resource [V4]
4444@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
45- @demo src/demo-app/examples/v3/websocket_text.html Configure component with legacy api [V3]
46- @demo src/demo-app/examples/v3/prediction_completion.html Prediction and completion [V3]
47- @demo src/demo-app/examples/v3/superimposed.html Superimposed technology [V3]
4845@demo src/demo-app/examples/index.html Other examples
4946*/
5047class MyScriptTextWeb extends PolymerElement {
Original file line number Diff line number Diff line change @@ -237,50 +237,6 @@ <h2>V4 - iink SDK web</h2>
237237 </ svg >
238238 Get source code</ a >
239239 </ div >
240- < h2 > V3 - CDK v3.2</ h2 >
241- < p > < strong > TEXT with v3.2 WebSockets</ strong > </ p >
242- < div class ="center ">
243- < a href ="v3/websocket_text.html " class ="btn ">
244- < svg class ="icn ">
245- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
246- </ svg >
247- View example</ a >
248- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/websocket_text.html "
249- target ="_blank " class ="btn ">
250- < svg class ="icn ">
251- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
252- </ svg >
253- Get source code</ a >
254- </ div >
255- < p > < strong > Configure and use prediction and completion</ strong > </ p >
256- < div class ="center ">
257- < a href ="v3/prediction_completion.html " class ="btn ">
258- < svg class ="icn ">
259- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
260- </ svg >
261- View example</ a >
262- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/prediction_completion.html "
263- target ="_blank " class ="btn ">
264- < svg class ="icn ">
265- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
266- </ svg >
267- Get source code</ a >
268- </ div >
269- < p > < strong > Configuration and use superimposed - letters write on top of the others</ strong > </ p >
270- < div class ="center ">
271- < a href ="v3/superimposed.html " class ="btn ">
272- < svg class ="icn ">
273- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-play "> </ use >
274- </ svg >
275- View example</ a >
276- < a href ="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/superimposed.html "
277- target ="_blank " class ="btn ">
278- < svg class ="icn ">
279- < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#icn-github "> </ use >
280- </ svg >
281- Get source code</ a >
282- </ div >
283-
284240 < h2 > Experimental</ h2 >
285241 < div class ="notice notice-warning ">
286242 < svg class ="icn icn-warning ">
You can’t perform that action at this time.
0 commit comments