Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 9ea7468

Browse files
committed
added example that shows the export of text with mimetype JIIX
1 parent 90675c4 commit 9ea7468

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport"
6+
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
7+
<meta name="apple-mobile-web-app-capable" content="yes">
8+
<meta name="mobile-web-app-capable" content="yes">
9+
<meta name="HandheldFriendly" content="true"/>
10+
11+
<title>Configure v4 api</title>
12+
13+
<link rel="stylesheet" href="../examples.css">
14+
15+
<script src="../../../webcomponentsjs/webcomponents-loader.js"></script>
16+
<link rel="import" href="../../myscript-text-web.html">
17+
</head>
18+
<body>
19+
<myscript-text-web
20+
apiversion="V4"
21+
scheme="https"
22+
host="newcloud.myscript.com"
23+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
24+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
25+
language="en_US"
26+
mimetypes='["text/plain", "application/vnd.myscript.jiix"]'
27+
fontsize="12">
28+
</myscript-text-web>
29+
</body>
30+
</html>

examples/v4/text_export.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport"
6+
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
7+
<meta name="apple-mobile-web-app-capable" content="yes">
8+
<meta name="mobile-web-app-capable" content="yes">
9+
<meta name="HandheldFriendly" content="true"/>
10+
11+
<title>Configure v4 api</title>
12+
13+
<link rel="stylesheet" href="../examples.css">
14+
15+
<script src="../../../webcomponentsjs/webcomponents-loader.js"></script>
16+
<link rel="import" href="../../myscript-text-web.html">
17+
</head>
18+
<body>
19+
<myscript-text-web
20+
apiversion="V4"
21+
scheme="https"
22+
host="newcloud.myscript.com"
23+
applicationkey="7d223f9e-a3cb-4213-ba4b-85e930605f8b"
24+
hmackey="5ab1935e-529a-4d48-a695-158450e52b13"
25+
language="en_US"
26+
mimetypes='["application/vnd.myscript.jiix"]'
27+
fontsize="12">
28+
</myscript-text-web>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)