Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<html>
2
  <head>
3
    <title>Test of ContextMenu plugin</title>
4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
    <script type="text/javascript">
6
      _editor_url = "../";
7
      _editor_lang = "en";
8
    </script>
9
 
10
    <!-- load the main HTMLArea file -->
11
    <script type="text/javascript" src="../htmlarea.js"></script>
12
 
13
    <script type="text/javascript">
14
      HTMLArea.loadPlugin("ContextMenu");
15
      HTMLArea.loadPlugin("TableOperations");
16
 
17
      function initDocument() {
18
        var editor = new HTMLArea("editor");
19
        editor.registerPlugin(ContextMenu);
20
        editor.registerPlugin(TableOperations);
21
        editor.generate();
22
      }
23
    </script>
24
 
25
  </head>
26
 
27
  <body onload="initDocument()">
28
    <h1>Test of ContextMenu plugin</h1>
29
 
30
 
31
<textarea id="editor" style="height: 30em; width: 100%;">
32
&lt;table border="1" style="border: 1px dotted rgb(0, 102, 255); width:
33
100%; background-color: rgb(255, 204, 51); background-image: none; float:
34
none; text-align: left; vertical-align: top; border-collapse: collapse;"
35
summary="" cellspacing="" cellpadding="" frame="box"
36
rules="all"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border: 1px solid
37
rgb(255, 0, 0); background-color: rgb(0, 51, 51); background-image: none;
38
text-align: left; vertical-align: top;"&gt;&lt;a
39
href="http://dynarch.com/mishoo/articles.epl?art_id=430"&gt;&lt;img
40
src="http://127.0.0.1/~mishoo/htmlarea/examples/pieng.png" alt="" align=""
41
border="0" hspace="0" vspace="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td
42
style="border: 1px solid rgb(255, 0, 0); background-color: rgb(255, 255, 0);
43
background-image: none; text-align: left; vertical-align: top;"&gt;The
44
article linked on the left image presents a script that allows Internet
45
Explorer to use PNG images.  We hope to be able to implement IE PNG support
46
in HTMLArea soon.&lt;br /&gt; &lt;br /&gt; Go on, right-click everywhere and
47
test our new context menus.  And be thankful to &lt;a
48
href="http://www.americanbible.org/"&gt;American Bible Society&lt;/a&gt; who
49
sponsored the development, &lt;a
50
href="http://dynarch.com/mishoo/"&gt;mishoo&lt;/a&gt; who made it happen and
51
God, Who keeps mishoo alife. ;-)&lt;br /&gt; &lt;br /&gt;&lt;span
52
style="font-style: italic;"&gt;P.S.&lt;/span&gt; No animals were harmed
53
while producing this movie.&lt;br /&gt;
54
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-style: none;
55
background-color: rgb(255, 255, 51); background-image: none; text-align:
56
left; vertical-align: top;"&gt;Welcome to HTMLArea, the best online
57
editor.&lt;br /&gt;&lt;/td&gt;&lt;td&gt;HTMLArea is a project initiated by
58
&lt;a href="http://interactivetools.com/"&gt;InteractiveTools.com&lt;/a&gt;.
59
Other companies contributed largely by sponsoring the development of
60
additional extensions.  Many thanks to:&lt;br /&gt; &lt;br
61
style="font-family: courier new,courier,monospace;" /&gt; &lt;div
62
style="margin-left: 40px;"&gt;&lt;a href="http://www.zapatec.com/"
63
style="font-family: courier
64
new,courier,monospace;"&gt;http://www.zapatec.com&lt;/a&gt;&lt;br
65
style="font-family: courier new,courier,monospace;" /&gt; &lt;a
66
href="http://www.americanbible.org/" style="font-family: courier
67
new,courier,monospace;"&gt;http://www.americanbible.org&lt;/a&gt;&lt;br
68
style="font-family: courier new,courier,monospace;" /&gt; &lt;a
69
href="http://www.neomedia.ro/" style="font-family: courier
70
new,courier,monospace;"&gt;http://www.neomedia.ro&lt;/a&gt;&lt;br
71
style="font-family: courier new,courier,monospace;" /&gt; &lt;a
72
href="http://www.os3.it/" style="font-family: courier
73
new,courier,monospace;"&gt;http://www.os3.it&lt;/a&gt;&lt;br
74
style="font-family: courier new,courier,monospace;" /&gt; &lt;a
75
href="http://www.miro.com.au/" style="font-family: courier
76
new,courier,monospace;"&gt;http://www.miro.com.au&lt;/a&gt;&lt;br
77
style="font-family: courier new,courier,monospace;" /&gt; &lt;a
78
href="http://www.thycotic.com/" style="font-family: courier
79
new,courier,monospace;"&gt;http://www.thycotic.com&lt;/a&gt;&lt;br /&gt;
80
&lt;/div&gt; &lt;br /&gt; and to all the posters at <a
81
href="http://www.interactivetools.com/iforum/Open_Source_C3/htmlArea_v3.0_-_Alpha_Release_F14/
82
">InteractiveTools</a> HTMLArea forums, whose feedback is continually
83
useful in polishing HTMLArea.&lt;br /&gt; &lt;br /&gt;&lt;div
84
style="text-align: right;"&gt;-- developers and maintainers of version 3,
85
&lt;a href="http://dynarch.com/"&gt;dynarch.com&lt;/a&gt;.&lt;br
86
/&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
87
    </textarea>
88
 
89
    <hr />
90
    <address><a href="http://dynarch.com/mishoo/">Mihai Bazon</a></address>
91
<!-- Created: Wed Oct  1 19:55:37 EEST 2003 -->
92
<!-- hhmts start --> Last modified: Wed Jan 28 11:10:29 EET 2004 <!-- hhmts end -->
93
<!-- doc-lang: English -->
94
  </body>
95
</html>