A very simple plugin which provides transforming selected text to new cases. You can transform selected text to uppercase, lowercase or simply capitalize it., (*1)
Currently plugin supports 4 languages., (*2)
Translations are welcomed., (*3)
Download source files and place them on to be created "texttransform" folder under the CKEditor's plugin base., (*4)
Define plugin in CKEDITOR config object., (*5)
CKEDITOR.config.extraPlugins = 'texttransform';
Add transform buttons to your editor toolbar., (*6)
CKEDITOR.config.toolbar = [ { name: 'paragraph', groups: ['texttransform'] } ];
Set your CKEDITOR language if you did not set it yet., (*7)
CKEDITOR.config.language = 'en';
View the live demo on jsFiddle., (*8)
Thanks to CKEditor and [jsFiddle] [2] for their good work., (*9)