Tagged Questions
The wymeditor tag has no wiki summary.
4
votes
2answers
1k views
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.
...
3
votes
1answer
263 views
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
1
vote
0answers
54 views
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 ...
1
vote
1answer
357 views
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 ...
0
votes
2answers
47 views
JQuery .bind() correct format
I have this code -
jQuery('.wymeditor').wymeditor( {
html: '<p>Hello, World!<\/p>',
postInit: function(wym) {
var html = "<li class='wym_tools_newbutton'>"
...
0
votes
1answer
66 views
WYM editor - stop duplicate inserts happening
I am using WYMeditor in a project which works very well and is easy to use. I have added a custom button which opens a modal containing thumbnails of images. Click on the image and it gets inserted ...
0
votes
0answers
44 views
WymEditor setting default image list
I've got small app in Asp.net mvc 3. In database I keep some images, and I wold like, while loading picture in wymeditor, to have chance to choose this files (Generate list of files to chose from it). ...
0
votes
1answer
88 views
Setting default text in WYMEDITOR
I've got a question about using WYMEditor in ASP.NET MVC 3 with jQuery. I'd like to set default text in WYMEditor on my web page. If I'm doing in that way :
<script type="text/javascript">
...
0
votes
0answers
63 views
img tags as block elements (outside paragraphs) in CKEditor
I want to have my wysiwyg editor to allow image uploading, but I want images to be block level elements placed BETWEEN other block level elements (h1, p, etc) only.
But there's an issue... img tags ...
0
votes
1answer
192 views
Django CMS / WYMEditor Stop Stripping of Whitespace
I'm aware of what WYMEditor is all about and that using Paragraphs for spacing is not intended, however the problem here is with the client requiring that we give them this functionality.
I've looked ...
0
votes
1answer
142 views
How can WYMeditor and Jquery UI Dialog work together
In my modal dialog, when I'm done editing with WYMeditor, I want to click the OK button and have it update the Textarea. I don't see any example how to use this with a Jquery UI modal dialog, so I'm ...
0
votes
1answer
336 views
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?
0
votes
1answer
205 views
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 )
0
votes
1answer
231 views
How to change behavior enter/backspace pressed in WYMEDITOR
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 ...