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();
I guess overwriting it with nothing should also work, using the API command InsertHTML(''), see http://docs.fckeditor.net/FCKeditor_2.x ... Script_API
Re: how to remove selected content of fckditor
Re: how to remove selected content of fckditor
Re: how to remove selected content of fckditor
Re: how to remove selected content of fckditor
I guess overwriting it with nothing should also work, using the API command InsertHTML(''), see http://docs.fckeditor.net/FCKeditor_2.x ... Script_API