The forum operates in read-only mode. Please head to StackOverflow for support.
FCKSelection.Delete();
myFCKeditor = FCKeditorAPI.GetInstance('myeditorinstance'); // replace 'myeditorinstance' with your editor's instance name... myFCKeditor.Selection.Delete();
Re: how to remove selected content of fckditor
Re: how to remove selected content of fckditor
Re: how to remove selected content of fckditor
myFCKeditor = FCKeditorAPI.GetInstance('myeditorinstance'); // replace 'myeditorinstance' with your editor's instance name... myFCKeditor.Selection.Delete();Re: how to remove selected content of fckditor