Skip to content

Update to tiny mce5 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ build
*.swp
.DS_Store
.project
.idea
node_modules
15 changes: 5 additions & 10 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!DOCTYPE HTML>
<html>

<head>
<link rel="stylesheet" href="demo.css" type="text/css" media="screen" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script>
<script type="text/javascript" src='../lib/rangy/rangy-core.js'></script>
<script type="text/javascript" src='../src/polyfills.js'></script>
Expand Down Expand Up @@ -182,15 +181,11 @@ <h3>Tinymce Plugin</h3>
tinymce.init({
mode: "exact",
elements: "tinymce",
theme: "modern",
plugins: 'ice,icesearchreplace',
theme_advanced_buttons1: "bold,italic,underline,|,bullist,numlist,|,undo,redo,code,|,search,replace,|,ice_togglechanges,ice_toggleshowchanges,iceacceptall,icerejectall,iceaccept,icereject",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
theme_advanced_buttons4: "",
theme_advanced_toolbar_location: "top",
theme_advanced_toolbar_align: "left",
plugins: 'searchreplace ice icesearchreplace',
toolbar1: "bold italic underline | bullist numlist | undo redo code | search replace",
toolbar2: "ice_togglechanges | ice_toggleshowchanges | iceacceptall icerejectall | iceaccept icereject",
extended_valid_elements: "p,span[*],delete[*],insert[*]",
content_css: "/ice/demo/demo.css",
ice: {
user: { name: 'Geoffrey Jellineck', id: 11},
preserveOnPaste: 'p,a[href],i,em,b,span',
Expand Down
477 changes: 0 additions & 477 deletions lib/tinymce/changelog.txt

This file was deleted.

Loading