Hi,
I wanted to explore, if it is possible to control formatting of text in 2 text areas, on the same page using a single Rich Text toolbar on the top of the page. Like, if we can use the same toolbar to modify the font weight in both the text areas, depending upon which text is highlighted/selected.
I am planning to buy the OEM license of CKEditor to use this in one of our company's internal application, which is being developed in GWT. For the CKEditor and GWT integration, we are using this open source project: http://code.google.com/p/gwt-ckeditor/
Thanks
Tue, 02/22/2011 - 13:11
#1
Re: Controlling 2 TextAreas using 1 RichText Toolbar
Have a look at the sharedSpaces feature as well as the "Shared Toolbars" sample that can be found in the "_samples" directory of your CKEditor installation.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Controlling 2 TextAreas using 1 RichText Toolbar
Thanks Anna for the quick reply. This is exactly what i was looking for. But i also wanted to know, if this feature could be used via GWT.
To integrate CKEditor with our GWT application, we are using http://code.google.com/p/gwt-ckeditor/. I explored this project, but could not find any thing specific to the shared spaces feature. Do you have any ideas or thoughts on how/whether the shared spaces feature can be integrated with a GWT application?
Thanks