Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best JavaScript WYSIWYG solution for a fixed box

I have a box which is exactly 425px x 100px and I want my users to style this boxes content with a WYSIWYG editor. They should be able to use nearly every HTML inside of this box.

No, I'm looking for a proper WYSIWYG editor, I used to use TinyMCE for these kind of problems, but I think its best for a long continuous text, but right now I have a fixed box.

It would be great if the editor is able to position text and images absolute, so the user could position their contents wherever they want inside of this box.

like image 301
Frederick Behrends Avatar asked Mar 20 '12 19:03

Frederick Behrends


People also ask

Is Atom a WYSIWYG?

The Atom Wysiwyg Feature enables the Wysiwyg module and configures it for use with the CKEditor library. It also enables a number of common default settings for both the Filtered HTML and Full HTML options.

Which WYSIWYG editor keeps the code clean and validate HTML code?

BlueGriffon: Based on Firefox's rendering engine, BlueGriffon is a popular WYSIWYG editor that supports editing the HTML and CSS source code. It also helps you work with web standards like WAI-ARIA.


1 Answers

http://ckeditor.com/

i found ckeditor useful, have rich functionality regarding image or text, allow you both WYSIWYG and html source formatting methods, and it also have fix sized "canvas" the user could customize according to need,

print screen of my practical use of it, enter image description here

and here is the source screen enter image description hereand finally i am using 800x500 fixed size canvas

enter image description here

like image 170
m-t Avatar answered Sep 28 '22 07:09

m-t