karthick2014 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Req: Separation of toolbar from editable area #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As I am working on a cms I have found it very useful to be able to edit
multiple areas on a single page. Instead of having multiple edit-toolbars,
I would very much like a single toolbar, positioned at a specific place.
As the user clicks through the editable areas, I would like to have the
ability to connect the editor to the now active area.
The functionality is much like the one found on pages.google.com

By the way, nice to see a working jquery editor.

Original issue reported on code.google.com by ru.erik...@gmail.com on 18 Jun 2008 at 1:11

GoogleCodeExporter commented 8 years ago
I need exactly the same - One Toolbar to control them all.

Other than that this seem really nice.. finaly a small, easy to use, *not 
filled with useless stuff* WYSIWYG editor, 
that runs on jQuery.

Original comment by rasmuskn...@gmail.com on 1 Sep 2009 at 2:50

GoogleCodeExporter commented 8 years ago
I have implemented this change, but I ran into an issue with iframes where you 
can have 
text selected in multiple Rich Text Boxes simultaneously. Ironically, this 
works 
perfectly in IE6. The expected (and desired) behavior (which I get in IE6), is 
when i 
go into another RTE, I would like the selected text from the RTE I was just in 
(just 
blurred from) to deselect.

Original comment by erik.m.o...@gmail.com on 28 Jan 2010 at 2:35

GoogleCodeExporter commented 8 years ago
can you tell us how you manged to detach the tool bar from the editable area? :)

Original comment by kinv...@gmail.com on 4 Aug 2011 at 8:47