-
Notifications
You must be signed in to change notification settings - Fork 35
Update demos to TinyMCE 8 #38
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
Changes from 2 commits
42be84a
30a6722
6c6c4a3
d90f7f2
ebbf27f
608cf6d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
lostkeys marked this conversation as resolved.
Show resolved
Hide resolved
|
lostkeys marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |||||
| <meta charset="utf-8"> | ||||||
| <title>Rich text webmail editor demo</title> | ||||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||||
| <script src="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/5-dev/tinymce.min.js" referrerpolicy="origin"></script> | ||||||
| <script src="https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js" referrerpolicy="origin"></script> | ||||||
| <script> | ||||||
| tinymce.init({ | ||||||
| selector:'#editor', | ||||||
|
|
@@ -47,7 +47,7 @@ | |||||
| formatgroup: { | ||||||
| icon: 'format', | ||||||
| tooltip: 'Formatting', | ||||||
| items: 'fontselect | formatselect | bold italic underline strikethrough forecolor | align bullist numlist outdent indent blockquote' | ||||||
| items: 'fontselect | styles | bold italic underline strikethrough forecolor | align bullist numlist outdent indent blockquote' | ||||||
|
||||||
| items: 'fontselect | styles | bold italic underline strikethrough forecolor | align bullist numlist outdent indent blockquote' | |
| items: 'fontfamily | styles | bold italic underline strikethrough forecolor | align bullist numlist outdent indent blockquote' |
"fontselect" became "fontfamily" in T6
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The table row and column toolbar menu buttons do not work, throws an error |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Insert a templated row (drone status) do not work and throws an error There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would need a dev to advise on if this functionality is even possible with TinyMCE 8 for sure. I can't find a way to do it after looking at the table plugin's commands and APIs for a bit.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it was an undocumented API, we replaced it with the "fake clipboard" concept (which doesn't have table-specific APIs but the table plugin uses it to store the same data). |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A bug introduced between 5 and 8: Put the cursor in editable element and type something, move it to title and observe editor appears disabled but the toolbar still functions (eg try pressing press bold) |
Uh oh!
There was an error while loading. Please reload this page.