Browse code

tinyMCE '2' is now 2.1.2 - Seems tinyMCE '2' was actually 3.0.9 (my fault for not checking), so '2' is now 2.1.2, and '3' is now 3.4.8... eFiction 3.4.3 used tinyMCE 2.1.0, and 3.5 upgraded that to 3.0.9.

Clarissa Walker authored on 2026/07/28 07:20:33
Showing 1 changed files
... ...
@@ -1,154 +1,153 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
-<html xmlns="http://www.w3.org/1999/xhtml">
3
-<head>
4
-	<title>{#xhtmlxtras_dlg.attribs_title}</title>
5
-	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
-	<script type="text/javascript" src="../../utils/mctabs.js"></script>
7
-	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
8
-	<script type="text/javascript" src="../../utils/form_utils.js"></script>
9
-	<script type="text/javascript" src="js/attributes.js"></script>
10
-	<link rel="stylesheet" type="text/css" href="css/attributes.css" />
11
-	<base target="_self" />
12
-</head>
13
-<body style="display: none">
14
-<form onsubmit="insertAction();return false;" action="#">
15
-	<div class="tabs">
16
-		<ul>
17
-			<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li>
18
-			<li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li>
19
-		</ul>
20
-	</div>
21
-
22
-	<div class="panel_wrapper">
23
-		<div id="general_panel" class="panel current">
24
-			<fieldset>
25
-				<legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
26
-				<table border="0" cellpadding="0" cellspacing="4">
27
-					<tr>
28
-						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
29
-						<td><input id="title" name="title" type="text" value="" class="mceFocus" /></td> 
30
-					</tr>
31
-					<tr>
32
-						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
33
-						<td><input id="id" name="id" type="text" value="" /></td> 
34
-					</tr>
35
-					<tr>
36
-						<td><label id="classlabel" for="classlist">{#class_name}</label></td>
37
-						<td>
38
-							<select id="classlist" name="classlist" class="mceEditableSelect">
39
-								<option value="" selected>{#not_set}</option>
40
-							</select>
41
-						</td>
42
-					</tr>
43
-					<tr>
44
-						<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> 
45
-						<td><input id="style" name="style" type="text" value="" /></td> 
46
-					</tr>
47
-					<tr>
48
-						<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> 
49
-						<td>
50
-							<select id="dir" name="dir"> 
51
-								<option value="">{#not_set}</option> 
52
-								<option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option> 
53
-								<option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option> 
54
-							</select>
55
-						</td> 
56
-					</tr>
57
-					<tr>
58
-						<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> 
59
-						<td>
60
-							<input id="lang" name="lang" type="text" value="" />
61
-						</td> 
62
-					</tr>
63
-					<tr>
64
-							<td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td>
65
-							<td><input type="text" id="tabindex" name="tabindex" value="" /></td>
66
-						</tr>
67
-
68
-						<tr>
69
-							<td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td>
70
-							<td><input type="text" id="accesskey" name="accesskey" value="" /></td>
71
-						</tr>
72
-				</table>
73
-			</fieldset>
74
-		</div>
75
-		<div id="events_panel" class="panel">
76
-			<fieldset>
77
-				<legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend>
78
-
79
-				<table border="0" cellpadding="0" cellspacing="4">
80
-					<tr>
81
-						<td class="label"><label for="onfocus">onfocus</label>:</td> 
82
-						<td><input id="onfocus" name="onfocus" type="text" value="" /></td> 
83
-					</tr>
84
-
85
-					<tr>
86
-						<td class="label"><label for="onblur">onblur</label>:</td> 
87
-						<td><input id="onblur" name="onblur" type="text" value="" /></td> 
88
-					</tr>
89
-
90
-					<tr>
91
-						<td class="label"><label for="onclick">onclick</label>:</td> 
92
-						<td><input id="onclick" name="onclick" type="text" value="" /></td> 
93
-					</tr>
94
-
95
-					<tr>
96
-						<td class="label"><label for="ondblclick">ondblclick</label>:</td> 
97
-						<td><input id="ondblclick" name="ondblclick" type="text" value="" /></td> 
98
-					</tr>
99
-
100
-					<tr>
101
-						<td class="label"><label for="onmousedown">onmousedown</label>:</td> 
102
-						<td><input id="onmousedown" name="onmousedown" type="text" value="" /></td> 
103
-					</tr>
104
-
105
-					<tr>
106
-						<td class="label"><label for="onmouseup">onmouseup</label>:</td> 
107
-						<td><input id="onmouseup" name="onmouseup" type="text" value="" /></td> 
108
-					</tr>
109
-
110
-					<tr>
111
-						<td class="label"><label for="onmouseover">onmouseover</label>:</td> 
112
-						<td><input id="onmouseover" name="onmouseover" type="text" value="" /></td> 
113
-					</tr>
114
-
115
-					<tr>
116
-						<td class="label"><label for="onmousemove">onmousemove</label>:</td> 
117
-						<td><input id="onmousemove" name="onmousemove" type="text" value="" /></td> 
118
-					</tr>
119
-
120
-					<tr>
121
-						<td class="label"><label for="onmouseout">onmouseout</label>:</td> 
122
-						<td><input id="onmouseout" name="onmouseout" type="text" value="" /></td> 
123
-					</tr>
124
-
125
-					<tr>
126
-						<td class="label"><label for="onkeypress">onkeypress</label>:</td> 
127
-						<td><input id="onkeypress" name="onkeypress" type="text" value="" /></td> 
128
-					</tr>
129
-
130
-					<tr>
131
-						<td class="label"><label for="onkeydown">onkeydown</label>:</td> 
132
-						<td><input id="onkeydown" name="onkeydown" type="text" value="" /></td> 
133
-					</tr>
134
-
135
-					<tr>
136
-						<td class="label"><label for="onkeyup">onkeyup</label>:</td> 
137
-						<td><input id="onkeyup" name="onkeyup" type="text" value="" /></td> 
138
-					</tr>
139
-				</table>
140
-			</fieldset>
141
-		</div>
142
-	</div>
143
-	<div class="mceActionPanel">
144
-		<div style="float: left">
145
-			<input type="submit" id="insert" name="insert" value="{#insert}" />
146
-		</div>
147
-		<div style="float: right">
148
-			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
149
-		</div>
150
-	</div>
151
-
152
-</form>
153
-</body>
154
-</html>
1
+<html xmlns="http://www.w3.org/1999/xhtml">
2
+<head>
3
+	<title>{$lang_xhtmlxtras_attribs_title}</title>
4
+	<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
5
+	<script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script>
6
+	<script language="javascript" type="text/javascript" src="../../utils/editable_selects.js"></script>
7
+	<script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script>
8
+	<script language="javascript" type="text/javascript" src="jscripts/attributes.js"></script>
9
+	<link rel="stylesheet" type="text/css" href="css/attributes.css" />
10
+	<base target="_self" />
11
+</head>
12
+<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
13
+<form onsubmit="insertAction();return false;" action="#">
14
+	<div class="tabs">
15
+		<ul>
16
+			<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_xhtmlxtras_attribute_attrib_tab}</a></span></li>
17
+			<li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{$lang_xhtmlxtras_attribute_events_tab}</a></span></li>
18
+		</ul>
19
+	</div>
20
+
21
+	<div class="panel_wrapper">
22
+		<div id="general_panel" class="panel current">
23
+			<fieldset>
24
+				<legend>{$lang_xhtmlxtras_attribute_attrib_tab}</legend>
25
+				<table border="0" cellpadding="0" cellspacing="4">
26
+					<tr>
27
+						<td class="label"><label id="titlelabel" for="title">{$lang_xhtmlxtras_attribute_label_title}</label>:</td> 
28
+						<td><input id="title" name="title" type="text" value="" /></td> 
29
+					</tr>
30
+					<tr>
31
+						<td class="label"><label id="idlabel" for="id">{$lang_xhtmlxtras_attribute_label_id}</label>:</td> 
32
+						<td><input id="id" name="id" type="text" value="" /></td> 
33
+					</tr>
34
+					<tr>
35
+						<td><label id="classlabel" for="classlist">{$lang_class_name}</label></td>
36
+						<td>
37
+							<select id="classlist" name="classlist" class="mceEditableSelect">
38
+								<option value="" selected>{$lang_not_set}</option>
39
+							</select>
40
+						</td>
41
+					</tr>
42
+					<tr>
43
+						<td class="label"><label id="stylelabel" for="class">{$lang_xhtmlxtras_attribute_label_style}</label>:</td> 
44
+						<td><input id="style" name="style" type="text" value="" /></td> 
45
+					</tr>
46
+					<tr>
47
+						<td class="label"><label id="dirlabel" for="dir">{$lang_xhtmlxtras_attribute_label_langdir}</label>:</td> 
48
+						<td>
49
+							<select id="dir" name="dir"> 
50
+								<option value="">{$lang_xhtmlxtras_not_set}</option> 
51
+								<option value="ltr">{$lang_xhtmlxtras_option_ltr}</option> 
52
+								<option value="rtl">{$lang_xhtmlxtras_option_rtl}</option> 
53
+							</select>
54
+						</td> 
55
+					</tr>
56
+					<tr>
57
+						<td class="label"><label id="langlabel" for="lang">{$lang_xhtmlxtras_attribute_label_langcode}</label>:</td> 
58
+						<td>
59
+							<input id="lang" name="lang" type="text" value="" />
60
+						</td> 
61
+					</tr>
62
+					<tr>
63
+							<td><label id="tabindexlabel" for="tabindex">{$lang_xhtmlxtras_attribute_label_tabindex}</label></td>
64
+							<td><input type="text" id="tabindex" name="tabindex" value="" /></td>
65
+						</tr>
66
+
67
+						<tr>
68
+							<td><label id="accesskeylabel" for="accesskey">{$lang_xhtmlxtras_attribute_label_accesskey}</label></td>
69
+							<td><input type="text" id="accesskey" name="accesskey" value="" /></td>
70
+						</tr>
71
+				</table>
72
+			</fieldset>
73
+		</div>
74
+		<div id="events_panel" class="panel">
75
+			<fieldset>
76
+				<legend>{$lang_xhtmlxtras_attribute_events_tab}</legend>
77
+
78
+				<table border="0" cellpadding="0" cellspacing="4">
79
+					<tr>
80
+						<td class="label"><label for="onfocus">onfocus</label>:</td> 
81
+						<td><input id="onfocus" name="onfocus" type="text" value="" /></td> 
82
+					</tr>
83
+
84
+					<tr>
85
+						<td class="label"><label for="onblur">onblur</label>:</td> 
86
+						<td><input id="onblur" name="onblur" type="text" value="" /></td> 
87
+					</tr>
88
+
89
+					<tr>
90
+						<td class="label"><label for="onclick">onclick</label>:</td> 
91
+						<td><input id="onclick" name="onclick" type="text" value="" /></td> 
92
+					</tr>
93
+
94
+					<tr>
95
+						<td class="label"><label for="ondblclick">ondblclick</label>:</td> 
96
+						<td><input id="ondblclick" name="ondblclick" type="text" value="" /></td> 
97
+					</tr>
98
+
99
+					<tr>
100
+						<td class="label"><label for="onmousedown">onmousedown</label>:</td> 
101
+						<td><input id="onmousedown" name="onmousedown" type="text" value="" /></td> 
102
+					</tr>
103
+
104
+					<tr>
105
+						<td class="label"><label for="onmouseup">onmouseup</label>:</td> 
106
+						<td><input id="onmouseup" name="onmouseup" type="text" value="" /></td> 
107
+					</tr>
108
+
109
+					<tr>
110
+						<td class="label"><label for="onmouseover">onmouseover</label>:</td> 
111
+						<td><input id="onmouseover" name="onmouseover" type="text" value="" /></td> 
112
+					</tr>
113
+
114
+					<tr>
115
+						<td class="label"><label for="onmousemove">onmousemove</label>:</td> 
116
+						<td><input id="onmousemove" name="onmousemove" type="text" value="" /></td> 
117
+					</tr>
118
+
119
+					<tr>
120
+						<td class="label"><label for="onmouseout">onmouseout</label>:</td> 
121
+						<td><input id="onmouseout" name="onmouseout" type="text" value="" /></td> 
122
+					</tr>
123
+
124
+					<tr>
125
+						<td class="label"><label for="onkeypress">onkeypress</label>:</td> 
126
+						<td><input id="onkeypress" name="onkeypress" type="text" value="" /></td> 
127
+					</tr>
128
+
129
+					<tr>
130
+						<td class="label"><label for="onkeydown">onkeydown</label>:</td> 
131
+						<td><input id="onkeydown" name="onkeydown" type="text" value="" /></td> 
132
+					</tr>
133
+
134
+					<tr>
135
+						<td class="label"><label for="onkeyup">onkeyup</label>:</td> 
136
+						<td><input id="onkeyup" name="onkeyup" type="text" value="" /></td> 
137
+					</tr>
138
+				</table>
139
+			</fieldset>
140
+		</div>
141
+	</div>
142
+	<div class="mceActionPanel">
143
+		<div style="float: left">
144
+			<input type="button" id="insert" name="insert" value="{$lang_insert}" onclick="insertAction();" />
145
+		</div>
146
+		<div style="float: right">
147
+			<input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
148
+		</div>
149
+	</div>
150
+
151
+</form>
152
+</body>
153
+</html>
Browse code

TinyMCE version directories relocated to /tinymce/ directory, each with its own version numbers: 2, 3, 4 - Slight naming tweak to TinyMCE dropdown in site settings

Clarissa Walker authored on 2026/07/27 13:46:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,154 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+	<title>{#xhtmlxtras_dlg.attribs_title}</title>
5
+	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+	<script type="text/javascript" src="../../utils/mctabs.js"></script>
7
+	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
8
+	<script type="text/javascript" src="../../utils/form_utils.js"></script>
9
+	<script type="text/javascript" src="js/attributes.js"></script>
10
+	<link rel="stylesheet" type="text/css" href="css/attributes.css" />
11
+	<base target="_self" />
12
+</head>
13
+<body style="display: none">
14
+<form onsubmit="insertAction();return false;" action="#">
15
+	<div class="tabs">
16
+		<ul>
17
+			<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_attrib_tab}</a></span></li>
18
+			<li id="events_tab"><span><a href="javascript:mcTabs.displayTab('events_tab','events_panel');" onmousedown="return false;">{#xhtmlxtras_dlg.attribute_events_tab}</a></span></li>
19
+		</ul>
20
+	</div>
21
+
22
+	<div class="panel_wrapper">
23
+		<div id="general_panel" class="panel current">
24
+			<fieldset>
25
+				<legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
26
+				<table border="0" cellpadding="0" cellspacing="4">
27
+					<tr>
28
+						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
29
+						<td><input id="title" name="title" type="text" value="" class="mceFocus" /></td> 
30
+					</tr>
31
+					<tr>
32
+						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
33
+						<td><input id="id" name="id" type="text" value="" /></td> 
34
+					</tr>
35
+					<tr>
36
+						<td><label id="classlabel" for="classlist">{#class_name}</label></td>
37
+						<td>
38
+							<select id="classlist" name="classlist" class="mceEditableSelect">
39
+								<option value="" selected>{#not_set}</option>
40
+							</select>
41
+						</td>
42
+					</tr>
43
+					<tr>
44
+						<td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td> 
45
+						<td><input id="style" name="style" type="text" value="" /></td> 
46
+					</tr>
47
+					<tr>
48
+						<td class="label"><label id="dirlabel" for="dir">{#xhtmlxtras_dlg.attribute_label_langdir}</label>:</td> 
49
+						<td>
50
+							<select id="dir" name="dir"> 
51
+								<option value="">{#not_set}</option> 
52
+								<option value="ltr">{#xhtmlxtras_dlg.option_ltr}</option> 
53
+								<option value="rtl">{#xhtmlxtras_dlg.option_rtl}</option> 
54
+							</select>
55
+						</td> 
56
+					</tr>
57
+					<tr>
58
+						<td class="label"><label id="langlabel" for="lang">{#xhtmlxtras_dlg.attribute_label_langcode}</label>:</td> 
59
+						<td>
60
+							<input id="lang" name="lang" type="text" value="" />
61
+						</td> 
62
+					</tr>
63
+					<tr>
64
+							<td><label id="tabindexlabel" for="tabindex">{#xhtmlxtras_dlg.attribute_label_tabindex}</label></td>
65
+							<td><input type="text" id="tabindex" name="tabindex" value="" /></td>
66
+						</tr>
67
+
68
+						<tr>
69
+							<td><label id="accesskeylabel" for="accesskey">{#xhtmlxtras_dlg.attribute_label_accesskey}</label></td>
70
+							<td><input type="text" id="accesskey" name="accesskey" value="" /></td>
71
+						</tr>
72
+				</table>
73
+			</fieldset>
74
+		</div>
75
+		<div id="events_panel" class="panel">
76
+			<fieldset>
77
+				<legend>{#xhtmlxtras_dlg.attribute_events_tab}</legend>
78
+
79
+				<table border="0" cellpadding="0" cellspacing="4">
80
+					<tr>
81
+						<td class="label"><label for="onfocus">onfocus</label>:</td> 
82
+						<td><input id="onfocus" name="onfocus" type="text" value="" /></td> 
83
+					</tr>
84
+
85
+					<tr>
86
+						<td class="label"><label for="onblur">onblur</label>:</td> 
87
+						<td><input id="onblur" name="onblur" type="text" value="" /></td> 
88
+					</tr>
89
+
90
+					<tr>
91
+						<td class="label"><label for="onclick">onclick</label>:</td> 
92
+						<td><input id="onclick" name="onclick" type="text" value="" /></td> 
93
+					</tr>
94
+
95
+					<tr>
96
+						<td class="label"><label for="ondblclick">ondblclick</label>:</td> 
97
+						<td><input id="ondblclick" name="ondblclick" type="text" value="" /></td> 
98
+					</tr>
99
+
100
+					<tr>
101
+						<td class="label"><label for="onmousedown">onmousedown</label>:</td> 
102
+						<td><input id="onmousedown" name="onmousedown" type="text" value="" /></td> 
103
+					</tr>
104
+
105
+					<tr>
106
+						<td class="label"><label for="onmouseup">onmouseup</label>:</td> 
107
+						<td><input id="onmouseup" name="onmouseup" type="text" value="" /></td> 
108
+					</tr>
109
+
110
+					<tr>
111
+						<td class="label"><label for="onmouseover">onmouseover</label>:</td> 
112
+						<td><input id="onmouseover" name="onmouseover" type="text" value="" /></td> 
113
+					</tr>
114
+
115
+					<tr>
116
+						<td class="label"><label for="onmousemove">onmousemove</label>:</td> 
117
+						<td><input id="onmousemove" name="onmousemove" type="text" value="" /></td> 
118
+					</tr>
119
+
120
+					<tr>
121
+						<td class="label"><label for="onmouseout">onmouseout</label>:</td> 
122
+						<td><input id="onmouseout" name="onmouseout" type="text" value="" /></td> 
123
+					</tr>
124
+
125
+					<tr>
126
+						<td class="label"><label for="onkeypress">onkeypress</label>:</td> 
127
+						<td><input id="onkeypress" name="onkeypress" type="text" value="" /></td> 
128
+					</tr>
129
+
130
+					<tr>
131
+						<td class="label"><label for="onkeydown">onkeydown</label>:</td> 
132
+						<td><input id="onkeydown" name="onkeydown" type="text" value="" /></td> 
133
+					</tr>
134
+
135
+					<tr>
136
+						<td class="label"><label for="onkeyup">onkeyup</label>:</td> 
137
+						<td><input id="onkeyup" name="onkeyup" type="text" value="" /></td> 
138
+					</tr>
139
+				</table>
140
+			</fieldset>
141
+		</div>
142
+	</div>
143
+	<div class="mceActionPanel">
144
+		<div style="float: left">
145
+			<input type="submit" id="insert" name="insert" value="{#insert}" />
146
+		</div>
147
+		<div style="float: right">
148
+			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
149
+		</div>
150
+	</div>
151
+
152
+</form>
153
+</body>
154
+</html>