wysiwyg

Best Cross Platform Technology for Editing and Viewing Rich Text

I am designing an application that has one requirement of enabling the user to edit and view rich text content. I am not talking about Microsoft Word like editing but more something along the lines of the RichTextControl on Windows or the various Javscript BBCode Editors. The ability to embed images would be an advantage though. The pl...

How do I use new add_editor_style() function in wordPress?

I found this article: http://www.deluxeblogtips.com/2010/05/editor-style-wordpress-30.html I created a child theme using the Twentyten theme as a parent. I am trying to have the WYSIWYG editor use a custom stylesheet. I added this to my functions.php file: add_editor_style(); Then I created an editor-style.css file in my child them...

very cool wysiwyg jquery editor problem with browsers design mode

Hi. I have founded a great jquery wysiwyg (rich edit editor), but its use "browsers design mode" to create the html and with this it create HTML and not XHTML. Link: http://premiumsoftware.net/cleditor/ owner says: "CLEditor takes advantage of the browsers design mode feature and does not generate any HTML itself. When you click a but...

Javascript IE Issue

This is a code for a WYSIWYG text editor I am working on. I'm working on the HTML to BBCODE and vice versa part now. It works fine in Fire Fox but not in Internet Explorer. Thoughts? function textstyle(a) { document.getElementById(a).style.visibility = 'visible'; document.getElementById('editor').contentWindow.focus(); } functi...

Inserting tags (WYSIWYG JavaScript editor)

I'm currently working on a WYSIWYG editor for a client (It's not like any other editor, it will also be able to insert drawings using HTML5) And I've been looking at and using several ways to insert content. Ok, so I have a div with contentEditable set to "true", and I'm stuck on a way make the text a different size/font by inserting ta...

CKEditor to Kohana3

How to connect a text editor (WYSIWYG) CKeditor to Kohana3. Can the details, every little thing. ...

A full-page wysiwyg editor for xhtml?

My client has a website which is currently semi-static html pages: it contains dynamic elements such as navigation and a media gallery, but the editable content is still stored straight into several static (x)html pages, that the client edits using Expression Web. The site in itself is ready for content/style/layout separation, but the ...

How to insert a text editor on a page

Hi, I'm looking into inserting a text editor / making a simple one on my site. I would prefer to make one if it's not too too difficult. The idea is that I have a text area that is inserted into a database, and I would like the text to be viewed the exact same was it was entered by the user once it is pulled back up, hopefully info the ...

PyQt4 rich text editor WYSIWYG toolbar to set basic text properties

I'm using PyQT4 to create a little GUI that allows people in my lab to write notes about physiological experiments. Right now I've got plain text editing going but it would be nice if the user could use rich text editing to set the currently selected text's font properties, bold/italic/font/font size would be sufficient. I am specificall...

Changing content CSS on the run in TinyMCE or CKEditor

Hi! I have a form in which I want to edit a HTML template. It has 2 textareas, one for the HTML and another one for the CSS. I'd like to use either TinyMCE or CKEditor for the HTML textarea. Is there any way to change the content CSS in either of them to match the CSS in the CSS textarea on the run, so when I change the CSS it is auto...

TinyMCE not displaying bullet points from copy+paste?

When I bullet something in word, copy it, then paste it into TinyMCE the bold+underline+sizing works but bullet's don't show up. I have the latest version from their website - on which the copy+pasting of bullets work. Anyone heard of this? ...

wysiwyg editor opensource

Hey I am looking for a Ck editor Ck finder that is free and open source. http://ckeditor.com/ MIT License would be the best XD but even a GPL one would be awsome. Personally For my site I use Ck and love it but I want to release it as a framework : / ...

WYSIWYG Editor for a task manager (checklist)

Hi, I am looking to develop an html task manager where users can have multiple tasks in groups. I currently allow them to define their tasks in a textarea. E.g. :Group 1 task 1 task 2 :Group 2 task 3 task 4 :Group 3 task 5 task 6 I am looking for a WYSIWYG editor that can make it more intuitive for users to enter many task or ...

Which HTML editor with image upload/embed function is the easiest to integrate in cakePHP?

If you say TinyMCE, kindly provide example how to configure. ...

RichTextEditor for PHP CMS

Hello guys! What RTE / WYSIWYG are you using for your CMS please? I am trying to decide on one to use. I am working with PHP and MySQL. Thank you. ...

Drupal 6: Inline swf/flv upload in content.

Hello there. Working on a site where I want site admins to be able to upload swf and/or flv files inline in a content's body together with text, images, etc. I'm currently using the WYSIWYG module (with CKEditor). Basically, what I need is something like http://drupal.org/project/wysiwyg_imageupload, but for flash content. I've looked...

Make mouse clicks unresponsive when text are selected.

Dear experts, I am currently working on a WYSIWYG web editor. The problem i ran into is a little complicated. When I select a section of text and click on something on my tools, the command works but immediately the text becomes unselected. Just like when we select text in any webpage, when we click on something else, the text become...

Javascript WYSIWYG Editor and font sizes and I am stumped

I'm creating a Javascript WYSWYG editor (yes I know a million already exist but none met my needs) and I've hit a wall. I need only two features in my editor: 1) Users should be able to select any font size specified in pts. 2) Users should be able to have text of various sizes in the same editor window. Sounds simple but you'd be sur...

A WYSIWYG text editor for iPhone Safari?

Hello. After a few tests with my iPhone on various sites (a few Django one etc) I was looking at WYSIWYG editors and realised they don't really work too well on small touch screen devices such as the iPhone. Infact, TinyMCE (which I use for most Django projects) just doesn't really work at all. So I'm curious, is there a solution out t...

Free ASP.NET WYSIWYG control needed

I need a free ASP.NET WYSIWYG control, which allows me to edit full HTML page. I tried FreeTextBox, RichTextBox and others, but they remove <html>, <head>, <body> and etc tags when I switch to Design View. I googled a workaround and found two opened topics on the FreeTextBox forum dated 2005 and 2007 with no answer. http://freetextbox....