wysiwyg

Alternative to Tiny MCE

Was wondering if anyone knows a good alternative to tinymce? I find that it sometimes has problems with AJAX infused content. And I've noticed that it seems a little slow when loading - I first see the textarea with the HTML-Markup and then it flashes and then I see the tiny interface. wmd and markitup are not exactly what I am lookin...

jquery wysiwyg throws "Object doesn't support this property or method" on postback.

Hi I have a textbox which i applied on it jq wysiwyg: public static void PopulateWysiwyg(this SafeTextBox tb) { string script = @" jQuery(document).ready(function() { jQuery('#safe_text_box').wysiwyg(); }); "; ScriptManager.RegisterStartupScript( tb, tb.GetType(), tb.ClientID + "_wysiwyg", ...

What wysiwyg editor to recommend to a non-coder making a website?

I have a friend who now has a domain name, and he wants to put some content up. I know that hand-coding is reccomended, but I'm unable to do the site and they can't and won't learn html. Looking around this site it seems that wysiwyg editors are deviations from the "pure path" of html, but I'm just looking for something to give a buddy a...

Any WYSIWYG Editor with XSS attack prevention?

We ve been using WYSIWYG Editor for more than i can remember. Easily pasting a javascript in this kind of editor make it a sitting duck for XSS attacks. Any one know any WYSIWYG Editor than integrated with XSS preventions? Solutions and suggestions are welcome. ...

Rails or Jquery WYSIWYG

I'm pretty much just looking for the code they used that is very similar this this WYSIWYG when adding a comment. I want them to be able to hit return and it automatically throws in a <br /> tag. I know very simple way to get it to work in a text area if they know the HTML tags, but almost no users will. So I just want a few buttons li...

Best way to make a WYSIWYG in Flex?

Hello, I have a client that wants a WYSIWYG form that behaves like MS word. It will have some section labels in it, with users expected to enter notes for each section, and it needs a place holder for a chart. The trick is that the user needs to know where page breaks are going to fall when printed. The customer agrees to fixed size ...

markitup wysiwyg with a standard HTML form

Hi, I'm trying to use the markitup editor on my site and I'm having a problem trying to figure out what I need to do to submit the text area to my server side script. I'm guessing there is something simple that needs to be done but my lack of JS/JQuery knowledge is making it really hard to find a answer The editor works fine, I just wa...

WYSIWYG HTML editor, but limit to certain tags by context

Hi all, I want to provide my users with the ability to edit blocks of content on the sites I've designed for them. Most blocks are contained in a <div>, and the users can have free choice of the HTML they use inside the block. However, there are some blocks which are contained in, for example, <ul> tags, and I want to limit the users ...

mooWMD is Undefined?

First off here is the code! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <link href="content/wmd.css" rel="stylesheet" type="text/css" /> <title>some title </title> </head> <body> <div class="main"> ...

What WYSIWYG editing component should I use for in-browser editing?

I'm looking for a good, WYSIWYG editor that I can integrate into my web pages enabling my users to edit letters, legal agreements, etc. without requiring them to learn a new set of commands or syntax or going crazy trying to remove a table or resize an image. I have read the relate questions. And I have used probably most of the better ...

RichTextBox (.NET Winforms) problem (or alternative)

Hello! I have a problem with .Net's RichTextBox control. It seems that it doesn't support table cell formatting, which is funny because most of the time I create tables I want the cell contents to be right-aligned (numbers, currency). If I try to open a WordPad document in RichTextBox, it ignores (and actually removes) the commands fo...

Open source runtime form designer

Hi, I'm searching for an open source runtime form designer (for SCADA, not searching for html designer), which is somewhat similar to modern IDE WYSIWYG's. So far, my list is empty. Requirements are crossplatform and C++. Thanks in advance. UPDATE: Currently I'm using wxWidgets as the GUI platform. So the possible solutions are eith...

TinyMCE writes terrible HTML!

I've currently got TinyMCE incorporated into the backend editor of a simple blogging/page-editing app, but I'm extremely unhappy with the HTML code it creates. It does all sorts of messy things like: Adding inline style information to span tags that you can't ever find to get rid of without editing the HTML directly. Nesting tags in no...

Possible to export content generated by a Web WYSIWYG editor to MS Word

Hi In our project we work a lot with both HTML and MS Word. The users create "documents" in their browsers and when they are finished they export these documents to MS Word using the DocX library (http://docx.codeplex.com/). This works fine when we only handle text. What we want to do now is to let the user format the text that is ente...

ASP.NET Editable Text Box with Syntax Highlighting

Here's what I'm trying to do. I'm looking for a WYSIWYG editor or just a plain text-box that will highlight HTML syntax (in ASP.NET). Basically, we have a CMS that allows you to mess with templates for various pages, but right now all of the editable HTML is in a plain, ugly, text box. Does anyone know of an editor that will highlight th...

Which web based (in browser) editor is best for "advanced users" ?

Over the last couple of days I have been collecting a set of "new era" web editors, that is leaving out FCKeditor and tinyMCE, mainly because they try to make the web Word. So far this is what I got: Text Oriented http://markitup.jaysalvat.com/home/ (used by bitbucket) http://github.com/derobins/wmd/tree (used by SO) http://www.wymed...

WYSIWYG HTML/CSS editor which can generate div, float, padding...

Hello, Say, I want to align 4 images in a single row, with spacing among each images according to my preference. Most of the time, I have to achieve this by hand coded HTML/CSS using div, float, padding... I try to speed up my development process, by trying several WYSIWYG editor like http://ckeditor.com/, http://tinymce.moxiecode.com/...

FCKEditor loses large amount of content on POST

Hi, So here's a very strange thing I've seen FCKEditor do: If there's a large amount of text pasted in it, it will simply drop it and empty itself upon POST for some very odd reason. I'm not sure what to debug to catch the error in my code or if it's just a limitation of the editor itself. Thoughts? I should say that it works just fine...

WYSIWYG HTML editor for custom cms

Hey guys, Am looking for a good and easy to use WYSIWYG HTML editor that i can integrate into a CMS that am currently developing for a client. Am developing the CMS in PHP and is web-based. The editor will have both visual and code view. Thanks for ur help. ...

Jwysiwyg Link/Fancybox

Hi, Im trying to edit jeditable with jwysiwyg and i have a list of pages(links) i want to restrict jwysiwyg to, so when a user selects the link option(createLink) i want to actually load a fancybox and then allow the users to select just one of these pages. Ive search for the last three days and tried editing the createLink function in j...