Browse code

Update tinyMCE to version 4.5.3

Simona Francini authored on 2017/03/23 14:41:49 • Jimako committed on 2019/10/30 05:26:04
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,25 +0,0 @@
1
-ABOUT
2
-
3
-This simple plugin protects any code in the html you are editing, by turning 
4
-it's start- and end-tag into comment tags when the editor is started.
5
-
6
-<? becomes <!--CODE
7
-?> becomes CODE-->
8
-
9
-The plugin changes the tags back to normal when you save your html.
10
-
11
-If you need this plugin to be more complex, feel free to expand on this 
12
-plugin, it's easier than you think. If you do make it better, please 
13
-upload it to sourceforge.
14
-
15
-
16
-INSTALL
17
-
18
-To install, copy the codeprotect folder to the plugins directory and just 
19
-add the word "codeprotect" to the list of plugins in the "init" bit of your tinyMCE 
20
-page. The plugin doesn't have a button, so no need to worry about that.
21
-
22
-
23
-tested with tinyCME 2.0 rc3
24
-
25
-Tijmen Schep, 9 october 2005
26 0
\ No newline at end of file
Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+ABOUT
2
+
3
+This simple plugin protects any code in the html you are editing, by turning 
4
+it's start- and end-tag into comment tags when the editor is started.
5
+
6
+<? becomes <!--CODE
7
+?> becomes CODE-->
8
+
9
+The plugin changes the tags back to normal when you save your html.
10
+
11
+If you need this plugin to be more complex, feel free to expand on this 
12
+plugin, it's easier than you think. If you do make it better, please 
13
+upload it to sourceforge.
14
+
15
+
16
+INSTALL
17
+
18
+To install, copy the codeprotect folder to the plugins directory and just 
19
+add the word "codeprotect" to the list of plugins in the "init" bit of your tinyMCE 
20
+page. The plugin doesn't have a button, so no need to worry about that.
21
+
22
+
23
+tested with tinyCME 2.0 rc3
24
+
25
+Tijmen Schep, 9 october 2005
0 26
\ No newline at end of file