Browse code

Re-add TinyMCE 2.0.1 to the site settings list - TinyMCE directoy names changed - installer submission settings layout dirty fix

Clarissa Walker authored on 2026/07/27 11:20:38
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,28 +0,0 @@
1
-/**
2
- * cite.js
3
- *
4
- * Copyright 2009, Moxiecode Systems AB
5
- * Released under LGPL License.
6
- *
7
- * License: http://tinymce.moxiecode.com/license
8
- * Contributing: http://tinymce.moxiecode.com/contributing
9
- */
10
-
11
-function init() {
12
-	SXE.initElementDialog('cite');
13
-	if (SXE.currentAction == "update") {
14
-		SXE.showRemoveButton();
15
-	}
16
-}
17
-
18
-function insertCite() {
19
-	SXE.insertElement('cite');
20
-	tinyMCEPopup.close();
21
-}
22
-
23
-function removeCite() {
24
-	SXE.removeElement('cite');
25
-	tinyMCEPopup.close();
26
-}
27
-
28
-tinyMCEPopup.onInit.add(init);
Browse code

Actually use TinyMCE 3.4.8 for TinyMCE3 option instead of original 2.0.1; that version is moved to 'tinymce2' directory

Clarissa Walker authored on 2026/07/27 09:02:31
Showing 1 changed files
... ...
@@ -1,25 +1,28 @@
1
- /**
2
- * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
3
- *
4
- * @author Moxiecode - based on work by Andrew Tetlaw
5
- * @copyright Copyright � 2004-2008, Moxiecode Systems AB, All rights reserved.
6
- */
7
-
8
-function init() {
9
-	SXE.initElementDialog('cite');
10
-	if (SXE.currentAction == "update") {
11
-		SXE.showRemoveButton();
12
-	}
13
-}
14
-
15
-function insertCite() {
16
-	SXE.insertElement('cite');
17
-	tinyMCEPopup.close();
18
-}
19
-
20
-function removeCite() {
21
-	SXE.removeElement('cite');
22
-	tinyMCEPopup.close();
23
-}
24
-
25
-tinyMCEPopup.onInit.add(init);
1
+/**
2
+ * cite.js
3
+ *
4
+ * Copyright 2009, Moxiecode Systems AB
5
+ * Released under LGPL License.
6
+ *
7
+ * License: http://tinymce.moxiecode.com/license
8
+ * Contributing: http://tinymce.moxiecode.com/contributing
9
+ */
10
+
11
+function init() {
12
+	SXE.initElementDialog('cite');
13
+	if (SXE.currentAction == "update") {
14
+		SXE.showRemoveButton();
15
+	}
16
+}
17
+
18
+function insertCite() {
19
+	SXE.insertElement('cite');
20
+	tinyMCEPopup.close();
21
+}
22
+
23
+function removeCite() {
24
+	SXE.removeElement('cite');
25
+	tinyMCEPopup.close();
26
+}
27
+
28
+tinyMCEPopup.onInit.add(init);
Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+ /**
2
+ * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
3
+ *
4
+ * @author Moxiecode - based on work by Andrew Tetlaw
5
+ * @copyright Copyright � 2004-2008, Moxiecode Systems AB, All rights reserved.
6
+ */
7
+
8
+function init() {
9
+	SXE.initElementDialog('cite');
10
+	if (SXE.currentAction == "update") {
11
+		SXE.showRemoveButton();
12
+	}
13
+}
14
+
15
+function insertCite() {
16
+	SXE.insertElement('cite');
17
+	tinyMCEPopup.close();
18
+}
19
+
20
+function removeCite() {
21
+	SXE.removeElement('cite');
22
+	tinyMCEPopup.close();
23
+}
24
+
25
+tinyMCEPopup.onInit.add(init);