Skip to content

Commit 4943f18

Browse files
author
Jordan Minx
committed
tinymce 4.5.3
1 parent a944c93 commit 4943f18

File tree

6 files changed

+67
-1
lines changed

6 files changed

+67
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"swiper": "3.4.1",
5959
"js-xlsx": "0.8.2",
6060
"Blob": "*",
61-
"tableexport.js": "3.3.7"
61+
"tableexport.js": "3.3.7",
62+
"tinymce": "^4.5.3"
6263
}
6364
}

tinymce_4.5.3/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://raw.githubusercontent.com/tinymce/tinymce-dist/master/changelog.txt">TinyMCE changelog</a></p>

tinymce_4.5.3/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>TinyMCE is licensed under the <a href="https://raw.githubusercontent.com/tinymce/tinymce-dist/4.5.3/license.txt">LGPL License</a>.</p>

tinymce_4.5.3/Resources.zip

1.25 MB
Binary file not shown.

tinymce_4.5.3/tinymce.dnn

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="tinymce" type="JavaScript_Library" version="4.5.3">
4+
<friendlyName>TinyMCE</friendlyName>
5+
<description><![CDATA[ TinyMCE is a JavaScript library for platform independent 'WYSIWYG' or rich text editing. It is released as open source under the LGPL. ]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>tinymce</libraryName>
24+
<fileName>tinymce.min.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.5.3/tinymce.min.js</CDNPath>
27+
<objectName>tinymce</objectName>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>tinymce</libraryFolderName>
33+
<jsfile>
34+
<name>tinymce.min.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
<component type="ResourceFile">
39+
<resourceFiles>
40+
<basePath>Resources\Libraries\tinymce\04_05_03</basePath>
41+
<resourceFile>
42+
<name>Resources.zip</name>
43+
</resourceFile>
44+
</resourceFiles>
45+
</component>
46+
</components>
47+
</package>
48+
</packages>
49+
</dotnetnuke>

tinymce_4.5.3/tinymce.min.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)