Skip to content
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

TinyMCE is not loading in the static text portlet on Plone 4.3.7 #123

Open
cdw9 opened this issue Dec 14, 2015 · 3 comments
Open

TinyMCE is not loading in the static text portlet on Plone 4.3.7 #123

cdw9 opened this issue Dec 14, 2015 · 3 comments

Comments

@cdw9
Copy link
Member

cdw9 commented Dec 14, 2015

Plone 4.3.7 with only plone.app.widgets activated. Adding a static text portlet anywhere in the site does not use the visual editor.

@cdw9
Copy link
Member Author

cdw9 commented Dec 14, 2015

screen shot 2015-12-14 at 4 29 24 pm

@petschki
Copy link
Member

you can enable this by overriding tinyce_wysiwyg_support.pt from CMFPlone/skins in your package (jbot) and extend it to something like <textarea class="pat-tinymce" and data-pat-tinymce='{"your": "tinymceconfig"}' /> ... maybe this could be a jbot template in p.a.widgets 1.x branch ...

@seanupton
Copy link
Member

seanupton commented Aug 19, 2016

@cdw9 FYI this pull request may resolve this issue: #144

I have static text portlet working 1.x enhancements (for Plone 4.x) in my fork: https://github.com/upiq/plone.app.widgets

Actually, addendum: You also need this: plone/plone.portlet.static#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants