I am currently utilizing CKEditor version 3.6 within my Asp.net MVC 3 Application.
One of my tasks involves creating a Paint format option similar to Google Docs. I am looking to integrate this feature into CKEditor.
Is there a way in CKEditor to transfer all formatting attributes, including font style, effects, and paragraph alignment from one selected text (source) to another newly selected text (destination)?
Any recommendations for an effective solution would be greatly appreciated.