This repository has been archived by the owner on May 21, 2019. It is now read-only.
forked from srguiwiz/save-back-xpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
save-back-examples.html
36 lines (33 loc) · 1.53 KB
/
save-back-examples.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Save Back to File from DOM - Examples</title>
</head>
<body>
<p>Example files for trying out <b>Save Back to File from DOM</b> <a
href="https://addons.mozilla.org/en-US/firefox/addon/save-back-to-file-from-dom/">https://addons.mozilla.org/en-US/firefox/addon/save-back-to-file-from-dom/</a>:</p>
<ul>
<li>Traffic Light <a
href="save-back-ex-001-traffic-light.svg">save-back-ex-001-traffic-light.svg</a>
click lights in traffic light</li>
<li>Pool Table <a
href="save-back-ex-002-pool-table.svg">save-back-ex-002-pool-table.svg</a>
drag balls on pool table</li>
<li>Editable Text <a
href="save-back-ex-003-content-editable.html">save-back-ex-003-content-editable.html</a>
edit text in a <code><div</code> with
<code>contenteditable="true"</code>.</li>
</ul>
<p><b>How to use:</b> Store (save) these files on your local file system
(disk). Open them from there. Makes changes (by using your mouse to click or to
drag). Save back to file by using <a
href="https://addons.mozilla.org/en-US/firefox/addon/save-back-to-file-from-dom/">Save
Back to File from DOM</a>. Open again to see the changes have been
saved.<a></a></p>
<p style="font-size:smaller">Idea and first implementation by Leo Baschy and
Hans Baschy.</p>
</body>
</html>