richtexteditor

Flex 4 RichTextEditor Insert Image Functionality

Hello! How can I make it so that the RichTextEditor from Flex can add images? I'm not talking about the upload process, but rather then way I can insert images into the textarea. Thanks! ...

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. ...

Free Rich Text Editor using on ASP.NET.

I need Free Rich Text Editor to use on ASP.NET. Any suggestions? ...

Fullscreen richtextbox in silverlight

I have a dataform with a richtextbox In it. The user can type some text and have some editing capability, but I'd like to give the user the option to expand the editor to fullscreen to have more richtextbox editing options. How can I implement a function that will allow me to fullscreen (or atleast create a bigger window) the richtextedi...

How does visual web WYSIWYG editor works?

I've seen some editors doing the same as Dreamweaver but on the Internet, how is that done is what I'd like to know. What technologies are involved? Exemples: visualwebsiteoptimizer.com and optimizely.com ...

YUI Rich text editor, image centering ?

Apparently YUI RTE seems to have text flow settings for images, left, right, inline, block... Im wondering how I can get 1 option for centering the image, if there is a way to add it with custom code, can any one guide me to the right direction to achieve this ? I know that to center the image, i will need to add a style of margin-left:...

Hide icon in Yahoo Rich Text Editor.

Hello, I am using Yahoo Rich Text Editor with yahoo API 2.4. In text editor, there are various icons display on toolbar. I want to hide 'Insert Image' icon. How can i achieve this? Thanks in advance. ...

Populate a QTextDocument from a .odt file

Hi, I am writing a rich text editor using C++ and Qt. For now, I would like it to support (at least) the .odt format. I found QTextDocumentWriter for writing the contents of the QTextDocument to a file, but I can't seem to find anything to read that back into the QTextDocument, which obviously makes saving it sort of useless in the firs...

workaround for contenteditable on iPad

Hello Gurus, I have a web application that uses TinyMce to allow rich text editing. Some of my customers are desperate to get it to work on iPad (which doesn't support contenteditable and therefore TinyMce doesn't work) At the moment the only choices I have are: Disallow rich text editing when i detect the browser is iPad. This is no...

Alternate editor for RefineryCMS

I think the build in editor isn't really that great and I think about changing it into something different. Is there any complete solution with one of the rich javascript editors available? Basicly it should be fairly easy to replace the editor with something else, as it just generates html. One thing which can a bit more difficult is r...

Are they any contenteditable-driven components to use in a web site ?

Hi, i seeking any inline editing solution for the web site. Suppose, i have an article, displayed on the page. To edit it, i click the "edit" button and everything, displayed in article gets "contentEditable" attribute and i can edit text, format is, as i want to, insert images etc. Is there any solution (free or commertial) to do th...

HtmlEditor and increase/decrease font size with Midas commands

I came across some cross-browser weirdness while trying to integrate the ExtJs HtmlEditor into our project: If you decrease/increase the font size in Firefox3.6, it wraps the selected text in a '' tag with a size attribute (e.g. 'visitor'). If you do the same in Chrome6 or Safari4, it wraps it into a '' tag with 'style=font-size...' att...

how to display rich content using jsf component??

Hello, I used the rich: editor component to enter rich content and I save it in a database. but when I tried to display it in outputText field , rich tags are not interpreted and are displayed as simple text. So my question is: how to make jsf component (or Richfaces) interpret this rich content and display it properly?? ...

Javascript rich text editor that allows locking regions

I'm looking for a rich text editor that allows for locking regions so that they can't be edited by the user. These locked regions would contain markup, not just plain text. TinyMCE has a plugin to support this but it is quite buggy. ...

c# rich text editor (newsletter system) for winforms

hi, i'm trying to find a rich text editor wich i can use in c#, but not on a server.. i want to use it locally.. the thing is, i'm making a newsletter "system" for a client and i think that besides me making the header and the footer, the easiest way for him to input the content is via RTE... i would create it on his web server, but it ...