we are updating to ckeditor 3_6.1 from FCKeditor. In our code we create the FCKeditor as
we then create an instance of it as such
Is there a replacement for the GetInstance in CKeditor?
thanks.
function createEditor() {
fck = new FCKeditor("myFCKeditor");
fck.BasePath = "/ACES/CKEditor/";
fck.ToolbarSet = "BOE";
fck.Height = "100%";
fck.Width = "100%";
}we then create an instance of it as such
oEditor = FCKeditorAPI.GetInstance("myFCKeditor") ;Is there a replacement for the GetInstance in CKeditor?
thanks.

Re: How to replace FCKeditorAPI GetInstance
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!