Questions tagged [wymeditor]

WYMEditor is an open-source web xhtml editor. It focuses on promoting good use of html markup (bwe. no inline styles but classes instead) while remaining user friendly.

WYMeditor is an open source web-based WYSIWYM editor with semantics and standards in mind.

The "WYM" part stands for What You Mean (is what you get). This is in contrast with the more common WYSIWYG—What You See Is What You Get.

Thus WYMeditor is different from the more common editors (like TinyMCE and CKEditor).

Its focus is on providing a simple experience for users as well as the separation of the content of the document from the presentation of the document.

It also adheres to web standards.

Links

38 questions
9
votes
3 answers

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…
ironfroggy
  • 7,991
  • 7
  • 33
  • 44
7
votes
1 answer

wymeditor cannot save inserted iframe

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
Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197
5
votes
1 answer

How to deactivate WYMeditor in Django-CMS to use only plain HTML?

I would like to introduce plain html without the need of any Editor (wymeditor or tinymce). I know Django-CMS comes with Wymeditor but my problem is that copy & paste text is annoying. Even if there is no format, Wymeditor likes to add style to the…
toto_tico
  • 17,977
  • 9
  • 97
  • 116
4
votes
1 answer

Wymeditor across subdomains. (Cross site permission issue.)

I have wymeditor on sub1.domain.com, which is accessed by a page on sub2.domains.com. This line gives an error: var styles = this._doc.styleSheets[0]; Permission denied for http://removed.example.com to get property HTMLDocument.styleSheets from…
agiliq
  • 7,518
  • 14
  • 54
  • 74
4
votes
0 answers

WYMEditor and Rails 3.2 asset pipeline

I am having trouble getting WYMEditor to work correctly in Rails 3.2 production mode with the asset pipeline. Here is my setup: # app/assets/javascripts/application.js //= require jquery //= require jquery_ujs //= require twitter/bootstrap //=…
user1002119
  • 3,692
  • 4
  • 27
  • 30
3
votes
2 answers

wymeditor - formatting headings in stylesheet

I'm trying to use within wymeditor the same styles that are on my website. Unfortunately this editor is barely documented, so I don't really know how to do it. The documentation implies something like you can use a stylesheet where you define…
Máthé Endre-Botond
  • 4,826
  • 2
  • 29
  • 48
2
votes
1 answer

Image upload plugin for WYMeditor

Maybe a simple question, but is there something like a plugin for WYMeditor which makes it possible to upload files inside the editor? Or should I just use a jQuery plugin and combine those two?
Rene Terstegen
  • 7,911
  • 18
  • 52
  • 74
1
vote
2 answers

wymeditor get value?

I want to send the value of the wymeditor field with ajax. The code is like below; $.ajax({ type: "POST", url: "forms.php", cache: false, dataType: "html", data: {action: 'add', parent: $('input.parent').val(), ntag:…
tewoos
  • 45
  • 2
  • 10
1
vote
0 answers

WymEditor problem with IE 9

I added to my web WymEditor. Everything works fine on firefox and google chrome. The only problem is IE9, where when I opening page with wymeditor, the new empty tab opens also. This is some kind of problem with iframe, I was searching for it in…
jacbar
  • 526
  • 2
  • 6
  • 18
1
vote
2 answers

refinerycms iframe dont show in my webpage

My webpages don't show any iframe or embed html code. The wymeditor preview show the page perfectly, the information is stored on the database, but the page show nothing. I'm using Rails 4.2.6 and the newest refinerycms version. I've tried…
1
vote
0 answers

Using wymeditor with angularJS, routing and views

I am using the WYMeditor for a project of mine, here is the api: http://wymeditor.readthedocs.org/ So i have detected my issue and have a solution, but my solution does not seem like the right approach. I have multiple views defined with…
Bodokh
  • 976
  • 4
  • 15
  • 34
1
vote
1 answer

How to manually execute WYMeditor function w/o errors?

For debug, watch jquery.wymeditor.js. I need to execute commands like "Strong", "Indent", etc. from my custom toolbar (to be precise, ribbon) via JavaScript and without errors. 80% are done, I can execute commands, but have a strange error. So, what…
vintprox
  • 931
  • 1
  • 11
  • 24
1
vote
1 answer

How might I go about integrated this WYMeditor plugin into Refinery CMS's WYMeditor?

This question may be deemed off-topic or broad - apologies in advance if it is deemed…
admpsktt
  • 302
  • 1
  • 10
1
vote
0 answers

Django-CMS WYMeditor not correctly working on Nginx

I am a new user to Django and Django Cms. on local machine all js, html,css files download well when i work with backend But on production when i use text plugin I can't get some files There are: GET…
1
vote
0 answers

RefineryCMS / Wymeditor whitelisting fails

I am trying to use RefineryCMS + refinerycms-videojs and the WYMeditor keeps stripping of f wrong tags.. So when I insert the video for example and press "Save", I get this:
1
2 3