wysiwyg

Theory behind designing a html editor preview feature

Can someone describe and a high level (with detail ofcourse) how one goes about designing a html editor preview feature? (like on this site) What do you have to do really? ...

styleWithCSS for IE

I'm using a rich text editor and when I click on the indent, it inserts a tag. I ran execCommand('styleWithCSS', false, true); and that made it do the indent using styling. Unforntunately, this only work in firefox and not IE. Does anyone have a solution for getting it to use styling in IE? ...

WYSIWYG Rich Text Replacement

Hi, I have tried TinyMCE and FC/CKEditor and they both don't really do the job... I wanted to get a wordpress like style... Thanks! ...

TinyMCE is making my code valid, and I want it to stop! (<img> tag wrapped in <p>)

I have TinyMCE installed on the back end of a site. Some of the html it's accessing isn't totally valid, which I realize is the problem in itself. However, TinyMCE is messing things up by making things valid. I have an <img> with no parents (no <p>, no <div>, etc), and TinyMCE is wrapping the <img> in <p></p>. I'm trying to find a settin...

Is there a (RAD) tool for dynamic web creation (php + html )

Hello all Is there any tool something like access or front page that combines? The server side also ( php ) for none programmers? ...

If handcoded webpage displays the same as WYSIWYG generated page, what did I gain? Can I compete with WYSIWYG?

My friend uses DreamWeaver to create web pages and doesn't know any HTML at all. I know HTML inside and out and can hand code from the ground up. But our web pages look similar and he can get paid for his WYSIWYG generated sites. What have I gained from learning HTML and hand-coding? Can I compete with people using DreamWeaver or other...

Using HTML Purifier to stop links to own site

I have used HTML purifier to weed out any suspect stuff coming in from my public facing WYSIWYG editor. The incoming HTML is also displayed in the public portion of the website. I have allowed links, and I also automatically linkify URLs in plain text (using the purifier). Is there a way to allow external links, but ban links to the sa...

JWYSIWYG or jHtmlArea within a Jquery Ui Tab

Hello, I am not able to get my jwysiwyg and Jhtmlarea text editors to work within an AJAX loaded Jquery UI Tab Both text editors work when loaded normally. This loads the tabs on the "View Page" <script type="text/javascript"> $(function() { $("#tabs").tabs(); }); </script> This loads the page via AJAX on the "View Page" <li...

Drupal6: Linebreaks from fckeditor aren't reflected on page - solved

I think this might be a problem with the theme I'm using (Nitobe). I'm also using the WYSIWYG rich text editor fckeditor. When I make formatting changes to a post using fckeditor, such as bolding, italicizing, or more substantial changes, like adding a numbered list, it works fine. However, when I try to add line breaks, the changes ar...

No-code or little-code website

What is a (free) technology which requires the least amount of code for creating a website with the following requirements: Sign-up/login Form for adding your personal info. which gets databased Each person can view and edit their own info Admin can view and edit any The form needs to be easily customizable and extensible (by the websi...

How to insert custom html tag using YUI Editor

I've got YUI set up and working. I've created a custom button and it shows up fine. What I would like that button to do is wrap selected text with my own custom 'span' tags, just like clicking the 'bold' button wraps selected text with 'strong' / 'bold' tags. Does anyone have any examples they could point to to make this work? ...

jquery: looking for a lightweight wysiwyg editor

hi all, i searched the web for a lightweight (online) wysiwyg editor and tried several ones - the good ones were just all too bloated to me and the light ones where missing features. is there a good lightweight editor (app. 70kb maximum) which supports also table editing? thx in advance, fuxi ...

Developing WYSIWYG UI/Controller on iPhone

I'm trying to develop a really good and cute looking text message input controller like TTMessageController from three20 but with some simple WYSIWYG controls. For the first step I want to go super-simple and make it have Bod Italic and underlines only. I know it's a very general question but I want to hear... What are the approache...

a simple editor

hi!! i want to create a simple text editor for a website which works something like forums.. eg. if the user clicks on font color(after selecting a particular text), the selected text should be wrapped around some text something like [FONT COLOR="some_color"]sample text[/FONT] i don't wanna use tinymce, because it's mammoth for my need...

WYSIWYG for displaying sql query

Hi all, i am looking for a wysiwyg to embed in my web page. the thing is, the wysiwyg am looking for should be table based wth functionality for printing and editing the displayed data. Data that will be displayed to the wysiwyg will be from a mysql query. i use php. ...

Free XML based java gui language with builder

Is there a free decent java GUI descriptor language (probably XML based), which has a Glade-like (WYSIWYG) GUI builder? ...

Javascript: Workaround needed: Internet Explorer changes link text when changing the href

Hello all, I have a problem as follows: We're using a rich text editor (TinyMCE, but that's not important here, I think) in our application. Now, with Internet Explorer 8, we've noticed that if you type in content that looks like a web address: www.google.com ...IE helpfully converts it to a link by some native-to-browser function...

CKEditor IE8 issue

Has anyone experienced this problem with CKEditor and IE8? Basiclally, when the content included a nested p tag, you cant edit the content. i.e. <div> <p>This content cannot be changed in IE8</p> </div> Anyone have a fix? UPDATED with an example Sorry for pulling this back up, The problem is caused when the div has a width OR a he...

CKEditor: Class or ID for editor body

I have an instance of CKEditor on a page. I am trying to give the CKEditor's body a class or ID so it matches some styles I have defined in a stylesheet. There is a API documentation that should give access to the respective DOM elements, but I can't seem to get it working. All objects I try to query that way turn out undefined. Does a...

Which Javascript code editor supports plain text line numbering?

I need to add a text area that also has line numbering capabilities. I tried EditArea, but I couldn't make it work with text files. It would be ideal if it could highlight syntax for existing programming languages, but that would only be a side bonus. The main thing I'm after is line numbering for whatever I paste in it. Please only li...