wysiwyg

Extract all h6 tags from a TextArea using JavaScript

Here is what I'm looking to do. 1: Have a jQuery WYSIWYG editor that allows users to enter text 2: Have a box that displays extracted text from the WYSIWYG editor that is only viewable. The extracted text should be bulleted. Each bullet item should be anything that is contained in an tag in the WYSIWYG. Example: WYSIWYG editor would ...

Java wysiwyg HTML Editor

Hello, I'm working on a project and need a simple free java HTML wysiwyg editor can anyone point me in the right direction?. It only has a small space to fit into, so something fairly simple would be best. Thanks for the help! ...

Can any of the rails wysiwyg plugins easily submit all images to a controller rather than a file upload path?

I've tried ckeditor and fckeditor plugins, and while easy-fckeditor works rather nicely, it drops my files in a common directory. If I have overloaded image names or versions, they get clobbered. FCKEditor is great at the present time, but I'll would prefer to be able to capture the image upload into a controller, similar to paperclip,...

Changing toolbar size, enlarging icons in CKEditor

I want to enlarge CKEditor's icons to 32x32 pixels. I am working on it right now, taking one of the standard skins, changing all the dimensions, converting buttons.png's offsets and hoping there are not too many side effects. Before I spend half a day or more re-inventing the wheel: Does something like this already exist? I don't care a...

WYSIWYG javascript editor usable for forum?

hello, i'm currently having a hard time finding a wysiwyg editor which can be integrated as editor for a forum. i've already looked at the famous ones like tinyMCE and CKeditor, but they don't work as how i would them expect to work. the problem: i want to have nested visible quotation. therefore it's -- imo -- required, that you use n...

Is there a good javascript WYSIWYG tool that uses absolute positioning?

I'm building a site where users (with no knowledge of html/css) will custom-design simple static HTML pages. Years ago, I used a CMS that used absolute positioning with drag and drop for designing static pages, and it was a fantastically easy UI for anyone to grasp. I'm wondering if there's a javascript solution for this that I could i...

Where is the dialogs' source code in CKEditor?

Could somebody with experience in CKEditor give me some pointers where to edit the structure and contents of the "insert Link" and other dialogs? At the moment, I want to modify the width of the link window, so that changing tabs doesn't result in the dialog being resized every time. I'm sifting through both the minified and unminified...

WYSIWYG editor that doesn't modify HTML

I have a problem with FCKEditor and TinyMCE. I need a WYSIWYG editor that doesn't modify HTML when changing views (like fixing broken HTML etc.) I have tried different configuration parameters, but none of them turn off html modification entirely. Is there a WYSIWYG editor that doesn't modify HTML even when its broken? ...

How do online rich text editors work?

I was wondering how online rich text editors maintain the formatting when you paste text from a webpage or document. A standard textarea box only takes text while these WYSIWYG editors seem to use a DIV. How does it work? ...

Uploading images via FCKeditor in drupal

hi! i'm using WYSIWYG module to implement FCKeditor in drupal. If i want to add an image(upload from the user's system and not an url) in the content, how'd i do? i've Image, ImageCache modules installed. or do i need another module for this to be done? thanks. ...

Extracting a Title from a WYSIWYG TEXT Editor

Hello.. I have a WYSIWYG TEXT EDITOR contained in ID = 'bunchofstuff', which contains text with a bunch of HTML (all types of tags). Example: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean consectetuer. Etiam venenatis. Using JQUERY, Part 1 - How can I get the text in the ID bunchofstuff, strip out all the HTML s...

What criteria should I take into consideration when allowing users to enter rich text on my website?

I've worked with several different types of "user-generated content" sites: wikis, a message board, blogs... These systems can differ greatly: a blog post editor allows more control over presentation than that for comments on the blog post, a wiki topic editor encourages wiki links over raw URLs, etc. However, one key design decision i...

Doctype html issue

Hi, happy new year! I'm making a page that uses a WYSIWYG editor. Like most editors, it puts everything in "<p>" tags. This gives a formatting problem when an image has 100% height and width. The following html shows the issue: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; <...

Wysiwyg with image copy/paste

First, I understand that an image cannot be "copied" from a local machine into a website. I understand that it must be uploaded. I am a web programmer, and am familiar with common web wysiwyg tools such as TinyMCE and FCKEditor. My question is if there exists a program or web module or something of the sort that works will perform an aut...

WYSIWYG html editor query.

I am in the process of creating a simple WYSIWYG html editor to enable the users of my application to design simple html emails. At the moment I have decided to use the web browser control with mshtml to enable me to edit what is displayed. I have a tool bar which holds all of the relevant buttons (bold, underline, etc.). I need a way ...

Approaches / libraries for resize dragging

I'm currently working on a WYSISYG editor that allows the user to move, resize and rotate shapes by directly manipulating them. The resizing seems to be fairly complex when the shape is rotated. I got this working for non-rotated shapes, but it will take some trigonometric calculations to resize shapes that are rotated. The registration ...

Best web based SVG WYSIWYG

I have a site that is in need of a drawing program. My users need to be able to draw floor plans and add text to these images. I'm wondering if anyone has come across a nice SVG WYSIWYG editor. Otherwise I'm going to have to use a Flash or Java app which I'm not fond of. ...

Looking for XHTML / CSS WYSIWYG editor recommendations.

Hello. I'd like to know if there is a good XHTML / CSS editor available. The intent is to be able to create html pages that resemble a design in question. The editor should be WYSIWYG and output should be standards compliant (XHTML, CSS2) and the markup produced should be readable and lean. On Googling, I do get a list of many product...

What is a good simple wysiwyg text editor to use with asp.net mvc?

Hi, What is a good and simple wysiwyg text editor to use with asp.net mvc I only need the bold and insert a link functionalities. Thanks :) ...

Drupal relative link problems moving from mydomain.com/test to mydomain.com

I currentley have a test site up and running on mydomain.cm/test. I am using the WYSIWYG module with tinymce to allow my customers to upload pictures to the site. One a image is added to the site tinymce/imce does not use the base url defined for the site in front opf links but gives linkes realtive to the root i.e. a picture of img.jpg ...