There is no such feature in FCKeditor, but this might be a solution for you: If you set up your application to have a UserFiles directory for each one of your website's pages (<cfset request.userFilesPath = "/UserFiles/#myPage#/">). Then if when you delete the page, you can simply delete the entire folder with all userfiles for that page. Does that seem like something that might work for you?
RE: Removing Unused Images
There is no such feature in FCKeditor, but this might be a solution for you:
If you set up your application to have a UserFiles directory for each one of your website's pages (<cfset request.userFilesPath = "/UserFiles/#myPage#/">).
Then if when you delete the page, you can simply delete the entire folder with all userfiles for that page.
Does that seem like something that might work for you?
RE: Removing Unused Images
I seem to be completely los here.