Hello,
I created a plugin to change case in FCKEditor but it deletes style.
I use :
var strSelection= FCK.EditorDocument.getSelection().toUpperCase();
FCKSelection.Delete();
FCK.InsertHtml(strSelection);
FCK.EditorDocument.getSelection() returns the text without tags :S.
Could you help me about this ?
Thank you.
I created a plugin to change case in FCKEditor but it deletes style.
I use :
var strSelection= FCK.EditorDocument.getSelection().toUpperCase();
FCKSelection.Delete();
FCK.InsertHtml(strSelection);
FCK.EditorDocument.getSelection() returns the text without tags :S.
Could you help me about this ?
Thank you.
Re: Changing case