wymeditor

WYMeditor won't reflect contents into textarea value

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...

Wymeditor across subdomains. (Cross site permission issue.)

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&gt; to get property HTMLDocument.styleSheets from <http://removed2.example.com&gt;. I am assumoing this is a cross site scripting r...

How to change behavior enter/backspace pressed in WYMEDITOR

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...

Wymeditor does not show markup

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...

django-cms: PlaceholderAdmin breaks admin form (wymeditor doesn't work)

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 =...

How to add a dialog box to the WYMEditor for catching the choice?

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 ) ...

wymeditor cannot save inserted iframe

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 ...