wysiwyg

lightest WYSIWYG javascript editor

Hi, what is the lightest WYSIWYG HTML/Javascript editor. I don't really need it to have many functions, but just the basic such as changing fonts etc. TinyMCE seems a bit slow loading for me :( ...

Inserting images in WYSIWYG editor

Hi all, At the moment I'm using CKeditor. It looks very good and is fast. But it lacks the ability to insert images from the server. I don't need to upload, only get a list of files and select the image to insert it. Is there a plugin, or maybe easy way to integrate it? Thanks! ...

Is there a wysiwyg editor for restructured text?

Is there a wysiwyg editor for the web, like tinymce or wmd, which can produce restructured text? I'm looking for something which can be integrated with django. I would like to use rst instead of markdown because I need to convert the content entered to pdf and do some layout specific things which make rst look like a better choice. ...

HTML editor with fixed (uneditable) regions and ability to add/remove and reorder editable regions

Before I start to develop an online WYSIWYG HTML editing solution which can take templates that have locked regions, regions where sections of predefined HTML can be added, removed and re-ordered (much like DreamWeaver template functionality), the editable regions will be edited with an out of the box solution such as the CK Editor or th...

ASP.NET MVC - CKEditor Image Upload

I am looking to include CKEditor in a project I am working on and I need the image upload support provided by the CKFinder plugin, however I do not particularly need the rest of the CKFinder tool and thus purchasing a license is a little overkill. Has anyone taken the time to implement a custom image uploader for CKEditor 3 that will wor...

Compare TinyMCE and CKeditor for a Wiki

For a custom wiki django-wakawaka, i want to be able to add a WYSIWYG support. TinyMCE is obviously the most popular plugin, used even by Wordpress. But CK-editor seems more feature full. Those who have used either of these or both, which is better and why. Are there some better packages, that I am missing? Is there something that I ...

jquery inserting all stylesheets into iframe

How can I insert all of a parent window's stylesheets into an iframe's head(samedomain)? My attempted code based on a similar question: function () { var d = frames[0].document; var stylesheets = $("link").outerhtml; d.open(); d.write( '<html><head>'+ stylesheets + '<style type="text/css">'+ '<\/style><...

execCommand: change fontsize problem in internet explorer

hi, this is preview of my code> sel_font = ...some number... Editor.execCommand("FontSize", false, sel_font); i want to change fontsize of selected text. in firefox is everything ok, but in internet explorer i can change fontsize only to some limited size, bigger numbers are not working. has explorer some restrictions to fontsize, wh...

BBCode for Ruby on Rails

So I'm putting together a simple forum. I'd like to allow my users limited formatting options and BBCode would be plenty for my users. Knowing that I'm assuredly not the first one to want to use BBCode with RoR I googled but couldn't find a straight forward tutorial on how to create a editor which accepts BBCode nor a way to parse and di...

Some HTML tags (e.g. IFRAME) and Javascript in Joomla 1.5 articles are automatically removed when using the WYSIWYG editor

When using a WYSIWYG editor in Joomla 1.5 to create website content I am not able to freely insert HTML tags, such as IFRAME as the HTML tags will be automatically removed on saving the article. I can either configure Joomla not to use a WYSIWYG editor which makes editing articles a bit of a pain, or I can force the HTML code into the ar...

CKEditor custom select menu

I am trying to add my own custom select menu to the new CKEditor. The API is a little confusing so I am unsure how to get this working. I am using the ui dialog function, but really not sure how to get it working. So far I have: CKEDITOR.ui.dialog.select(dialogObj, elementDefinition, htmlList); Anyone hav ideas on how to actually ge...

Best WYSIWYG Java UI editor

What do you recommend as a UI creator for Java (WYSIWYG). I have used Balsamiq for website mockups but I am creating a spec that needs to be close to exact - Balsamiq is great for rougher mockups, is there anything you would recommend. ...

TinyMCE adds <pre> tag when inserting from Word

I have several Drupal 6 sites which use the WYSIWYG module along with TinyMCE. For one of my sites, whenever I use the Paste From Word icon, it adds a < pre > tag with the class "mceItemHidden". In addition, if the text is long enough, it does this strange thing where I click the "Insert" button in the Paste from Word window, the text ...

jHtmlArea returning empty string

I'm using jHtmlArea (http://jhtmlarea.codeplex.com/) WYSIWYG editor in one of my current projects. I have managed to integrate it in my forms in few seconds but the problem is that after submitting the form, the textareas changed to jHtmlArea editors return an empty string. I confirmed this with: var_dump($_POST); Does anybody have a...

HTML WYSIWYG editor for php code

i looking javascript editor for php code, include tab support and php code highlight ...

WYSIWYG Editor for XUL

Can anybody recommend a good graphic WYSIWYG editor for XUL? ...

Online WYSIWYG editor, but output is for printing.

Hi, I'm wondering whether there's any available web-based WYSIWYG editor, but the content will be saved and optimized for printing (using PDF). I know it's possible to use stuff like FCK Editor and run a HTML to PDF converter, but the output sometimes is not satisfying. Anyway, what format should I use to optimize for printing? p.s: ...

How to create an RSS feed and display it?

On a website I am maintaining for a radio station they have a page that displays news articles. Right now the news is posted in an html page which is then read by a php page which includes all the navigation. I have been asked to make this into and RSS feed. How do I do this? I know how to make the XML file but the person who edits the n...

Copying plain text from a WYSIWYG to a normal text area

Hi ol, am having a WYSIWYG textarea which i would like to copy the text (as-plane) and insert it to another textarea on the same form as plane text using javascript..............HELP! :-) ...

Copying plain text from a WYSIWYGI to a normal textarea?

I know I did ask this question earlier but here is my problem in details: if I copy the text from textarea1 to textarea2 using a JavaScript program, it works fine if I attach the teaxtarea1 with a WYSIWYG editor then it refuses to work. And I am using openWYSIWYG. Why can't I can copy the plain text from textarea1 when it is attached...