WYSIWYG (What You See Is What You Get) describes editors for graphical design which commonly do not require knowledge of the code underlying the product. The editor translates the user's edits back into a markup language such as HTML. Examples include Adobe Dreamweaver's design view and many CMS ...

learn more… | top users | synonyms

1
vote
1answer
11 views

Stackoverflow WYSIWYG Pagedown.js Editor restricting live preview to on click rather than on keyup

This very textbox I'm typing in on Stackoverflow uses Pagedown.js markdown to HTML conversion. I'd like to use the Pagedown.js editor but only show the live preview HTML onclick rather than onkeyup. ...
2
votes
0answers
32 views

CKeditor returning 403 when submitting certain html tags

I've created a page where I have two input textareas and I add CKeditor (ver. 4) to both of them. The first editor works fine, I've set config.allowedContent = true; in the config.js to stop ...
0
votes
0answers
10 views

jWysiwyg html special characters

I want a rich text editor in my page, so I use a jquery plugin jWysiwyg. However, when I use $("#textarea_id").wysiwyg("getContent") to get the content of rich text area, the string I got is like ...
0
votes
1answer
20 views

passing string with html tags to controller in asp.net mvc

I'm using asp.net mvc2 and I want to implement a rich text area, and passing the contents in this textarea to controller. However, I found that since the contents of rich text area contains html tags, ...
-1
votes
1answer
17 views

Is there a WYSIWGY website/form builder framework? If no, why? [closed]

Website builders like Wix and Weebly are doing a very good job at provding a wysiwyg website builder platform and they are very competent, one of the reasons being there is no(?) open source framework ...
0
votes
1answer
17 views

jquery.wysiwyg work with mvc2

I'm using jquery.wysiwyg (https://github.com/akzhan/jwysiwyg) with MVC2. How can I get the value of textarea? <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" ...
-1
votes
0answers
23 views

Magento WYSIWYG Not Working Good [closed]

In Configuration/General/Content Management, Enable WYSIWYG Editor is set as "Disabled by Default". And Use Static URLs for Media Content in WYSIWYG for Catalog is set as "No". Everywhere in the ...
0
votes
0answers
19 views

Which WYSIWYG CMS is BEST to transport Existing Website to? [closed]

Help! I need to move a website that I created for a client into a CMS with a WYSIWYG editor. So the client can add and edit content without knowing code. Does a CMS exist that will allow me to import ...
0
votes
0answers
32 views

ckeditor bad code being saved to database [solved]

I'm using ckeditor 4.1.1 in my website. In my textarea, when I change the alignment of a text to the right or center,I see in my source code this <p style="text-align:center">Testing</p> ...
0
votes
1answer
15 views

If there a way I can upload a screenshot directly to a web page?

I have a ticketing system and I have a filed for a user to upload a file. However, many time uses want to upload a screenshot they took of their screen. It is very painful to take screenshot make a ...
1
vote
1answer
28 views

is there a web WYSIWYG editor a screenshot can be pasted into? [closed]

I am building a ticketing system but I am looking for a WYSIWYG editor where a user can take a screenshot and paste it right away into the editor. I am using PHP, HTML to build this system. Thanks ...
0
votes
1answer
15 views

CKEditor - attach to AJAX loaded page [duplicate]

I'm using CKEditor on a page that has a couple of text boxes (contendteditable). This works fine and i can edit them. I am also trying to load some more boxes via AJAX, but for some reason, the ...
0
votes
0answers
15 views

jQuery: CLEditor not working?

I'm trying to use CL Editor (V1.3.0) for one of my projects, but I can't make it work. I've done everything according to the "Getting started" section, so I've got a folder named 'test' that contains ...
0
votes
1answer
23 views

CKEditor - Modify BB Code Plugin to generate Wiki Syntax?

I've been looking for a WYSIWYG editor that generates Wiki Syntax output for a long time, but haven't found anything so far. So, the closest I've found to what I'm looking for is CKEditor which has a ...
0
votes
0answers
39 views

How to build the Design/Source View part of the Flash Builder?

I am planning a project that involves building a WYSIWYG editor, which allows users to lay various Flex UI components (standard or custom ones) on the editor area and at the same time, generating the ...
1
vote
1answer
36 views

Knockout custom binding reseting cursor in WYSIWYG

I have a situation involving KnockoutJS and the jwysiwyg plugin (https://github.com/jwysiwyg/jwysiwyg ). I'm using the custom binding seen below. However, whenever the user updates the text onto a ...
1
vote
0answers
23 views

CKEditor 4 and Zend: Updating to CKEditor 4?

I have an existing application that uses CKEditor 3 with Zend. I have been using Zend_Form_Element_Textarea to create the textArea and have set the class attribute to editor_normal. $content = new ...
0
votes
0answers
21 views

TinyMCE Drupal 7 - Add Custom Button

Re: Drupal 7.22 / TinyMCE 3.5.8 How does one create a custom button for a text format using TinyMCE WYSIWYG in Drupal? I wish to: (1) Create a button that acquires a user entered value via a small ...
0
votes
1answer
63 views

CKEDITOR image insert disabled on adding custom plugin for image

I have written my own custom plugin for inserting images in CKEDITOR. I disable the image button in toolbar . I use the editor.insertHtml() function to insert the image from my custom plugin . When I ...
0
votes
1answer
59 views

Why are the text-align buttons not appearing in my CK Editor in Drupal 7?

Essentially, I've been back and forth through settings and configuration for using the CK Editor as well as re-installing it but for whatever reason the text-align buttons for this WYSIWYG editor are ...
-1
votes
3answers
29 views

How to make a background image repeat horizontally?

<div id="background"> <img src="images/Untitled.gif" id="Image5" alt="" style="background-repeat:repeat-y;width:273px;height:68px;"/> </div> I want to make an image repeat in a ...
0
votes
0answers
18 views

Programmatically find data in all Drupal 6 fields that uses a WYSIWYG editor

I am in need of programmatically going through through every field in a multi-language Drupal 6 site and find any files used (as images, or as links) and store them in an array. The script is only ...
0
votes
0answers
36 views

WYSIWYG editor, structure handling

I am creating my own wysiwyg editor and I encountered an issue. As for the editor itself, it is pretty standard, I am using contenteditable iframe with some execcommand buttons for bold text and so ...
0
votes
0answers
51 views

CKEditor 4. Inactive buttons in the toolbar INLINE editor

To initialize the editor using the following code, the code contains saving changes by event blur. Why does the editor toolbar appears when you edit text with inactive buttons? How to overcome it? ...
0
votes
0answers
29 views

Getting CKEditor plugin stylesheetparser to work - editor.filter is undefined

I'm trying to get stylesheetparser to work but am getting the error "editor.filter is undefined". Here is my config.js file: CKEDITOR.editorConfig = function( config ) { // Define changes to ...
0
votes
1answer
62 views

Positioning items in overlapping UIViews in xib file

Let's say that I have a xib with a stack of UIViews on top of each other: The bottom UIView(A) with a UIButton on it and when the button is pressed, this layer is hidden and the next one is shown and ...
3
votes
2answers
91 views

Click event on TinyMCE 4.0

Recently, I try to integrate TinyMce (I have download the version 4.0) in my web application. I would to put a click event when I click on the textarea but it doesn't work. I have looked on the ...
0
votes
0answers
43 views

Stopping Flicker with jQuery UI Draggable

Problem I have a flickering problem when I mouseenter with a .draggable image Situation So, I'm using Redactor.js as a WYSIWYG Editor, which works with jQuery. Currently, I'm changing the way that ...
1
vote
0answers
29 views

How to change default Key-Entry behavior with TinyMCE?

I've implemented the new version of TinyMCE successfully in a huge form, its works but there seems to be a bug whereby you can no longer hit return on another input text field to submit the form For ...
1
vote
1answer
26 views

How to select a tinyMCE WYSIWYG from the DOM?

I've upgraded TinyMCE to the latest version of today. I'm simply trying to edit the content qith JQuery as documented here. My problem is, whatever the id I try to select in my jQuery function, it ...
0
votes
3answers
67 views

WYSIWYG editor with image uploader [closed]

I need to find rich text editor like CKEditor last version compatible with PHP with image upload ability. I don't want to get an editor and install plugin, i need editor with ready image uploader ...
0
votes
1answer
157 views

Basic WYSIWYG jQuery Editor [closed]

I'm trying my luck at a basic WYSIWYG editor, but I'm struggling to figure out how to format selected text. HTML: <div id="wysiwyg-buttons"> <img ...
0
votes
0answers
15 views

How to get the cursor focused on document when clicked inside the margin

Ok so not exactly sure how to go about asking this but you know in Google Docs or Microsoft Word there is that margin in the page and you click inside the margin but the blinking cursor ends up going ...
0
votes
0answers
178 views

Creating Rich Text editor AngularJS

I know there are lots of great rich text editors out there that can easily be ported to angular and plenty of discussion on how to do this, but I'd like to create my own. I have the basic idea ...
1
vote
2answers
54 views

TinyMCE add class to img tag

I am using TinyMCE editor as a stand alone editor in my CMS. The site, by default puts a curved border around any image tags within the cms div ID. I need to have the option, within the CMS to ...
-1
votes
1answer
125 views

Tools for xhtml/jsp/jsf visual (WYSIWYG) design for Java(EE) Web Apps [closed]

The task to draw sttractable and comfortable user interface for web (enterprise) application is very important. But most books and articles omit this problem (or I just can't use Google well) and ...
0
votes
0answers
189 views

WYSIWYG editor for impress.js using the nicEdit.js

I am trying to integrate nicEdit.js with Impress.js to customize visually my slides. So I have the basic structure of Impress.js as given in github and then after I changed the id's of the slides as ...
1
vote
1answer
126 views

How to allow HTML tags with TinyMCE paste plugin?

I was wondering that I couldn't find a solution to this problem, after searching several hours. I want two modes in my almighty TinyMCE editor: Allow to copy/paste HTML text or Word/OpenOffice text ...
-1
votes
2answers
20 views

Why no WYSIWYG in most social media? [closed]

Why is there very little use of WYSIWYG in social media? SO use it and it works well, but social networks like facebook and twitter make little or no use of it. I would expect it would introduce ...
1
vote
2answers
34 views

How to get the original source when using CKEDITOR

When I use this plugin in my razor view form MVC, the web page showed me an error message that says: A potentially dangerous Request.Form value was detected from the client I would like to know if ...
0
votes
0answers
48 views

Select an instance by class name with nicEdit

Is there any way to select an instance with nicEdit by its class name, not only by its id? For example: <div class="myInstance1"> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed ...
0
votes
0answers
29 views

WYSIWYG Editor that supports Wiki syntax?

I know there are lots of WYSIWYG editors that create HTML code and lots of editors that support wiki syntax (e.g. markItUp), but I can't find anyone who does both. So I need a WYSIWYG editor that ...
4
votes
1answer
179 views

wysihtml5 - how disable underline tag

I have a small problem with wysihtml5 on my site. I want to allow only a few html tags and if I remove underline from parser rules and even underline command from wysihtml5 library, I can still press ...
-1
votes
1answer
100 views

WYSIWYG editor for HTML that saves to an HTML file [closed]

I hope im in the right place. I have been looking for almost a week now, and can't find anything. Im building a site, with a news section. I want to make an in browser editor (no tags, just click ...
0
votes
1answer
54 views

Struggling to get wysiwyg working in Rails

Trying to get bootstrap-wysihtml5-rails gem working. The code (HAML): application.css *= require_self *= require bootstrap-wysihtml5 *= require_tree . */ application.js //= require jquery ...
4
votes
1answer
180 views

Using jade with wysiwyg markdown to allow users to edit content

I believe don't re-invent the wheel unless you absolutely have to. So I don't want to start coding away something that has already been coded, or a lot of people are contributing to it already. I ...
0
votes
1answer
218 views

bootstrap-wysihtml5 is not working

I want to include a WYSIWYG editor in a web page that am designing. I came across bootstrap-wysihtml5. By the look of it, it is exactly what I want (simple and elegant). I wanted to look at a example ...
1
vote
1answer
118 views

Content Editable Text Editors

I have tried out several HTML editors including TinyMCE, CKEditor and now NicEdit. NicEdit is good in one respect - it is very easy to customize. However, I have found that they all have a tendency ...
0
votes
1answer
93 views

Is there a way to open TinyMCE popup dialog from a button?

I'd like to have TinyMCE open up as a popup dialog and load specified content for editing. I have some text inside a div and upon clicking a button, I'd like to have TinyMCE open for editing the ...
0
votes
0answers
37 views

Live preview / WYSIWYG support or plugin for Rubymine?

I'm using Rubymine 5.4 for Windows and it's overall amazing, and 95% as good as Visual Studio as an HTML / CSS Editor with a few exceptions... the main one being a lack of a live preview /WYSIWYG ...

1 2 3 4 5 26