I started deploying WYMeditor across all the content types on a site, and its looking good. Now I got to see how it works saving and viewing, but its not submitting anything and I have no idea why.
I've looked at this from several angles. I would even take a monkeypatch at this point, if I can learn how to grab the data myself I can sti...
I have wymeditor on sub1.domain.com, which is accesssed by a page on sub2.domains.com.
This live gives an error
var styles = this._doc.styleSheets[0];
Permission denied for <http://removed.example.com> to get property HTMLDocument.styleSheets from <http://removed2.example.com>.
I am assumoing this is a cross site scripting r...
Hi all,
In Google Chrome after pressing enter key in WYMEDITOR a new <p> is created. How to change it? I would rather insert <br /> tag as it happens after shift-enter combination. (In fact shift-enter creates two <br />).
Similar question concerns backspace pressed on the beginning of paragraph. How to change this behavior to erase p...
I've earlier worked with WYMeditor but this time around, the editor window does not show any markup (p, h1 h2 etc). Also the default blue color background of wymeditor is missing. I'm able to use it correctly however. The editor itself is as such functioning but somehow the markup is missing
This is the code I'm using
<script type="tex...
I'm using django-cms 2.1 and have a problem with rendering a form for a model that contains PlaceholderField:
The article model is nothing unusual except it has:
sidebar = PlaceholderField('sidebar', related_name="news_sidebar")
Then I set wymeditor widget for html fields:
class NewsArticleAdminModelForm(forms.ModelForm):
body =...
I want to add a button to WYMEditor's toolbar that will show a dialog box and paste returned value from the dialog into a content.
How can I do it?
The real code is welcomed )
...
Hi,
WymEditor (http://wymeditor.org) always deletes inserted iframe to its content. So i cannot add vimeo player block to my page.
How can I avoid it?
Regards,
Alexey Zakharov
...