I have removed many of the tools that I don't need in the Default toolbar set. However, I don't want to deploy a bunch of files that will never get used within the editor.
If I try to remove the .html pages associated with those unused tools, I start getting javascript errors on other pages.
A specific example: I don't need support buttons in my editor, but if I delete fck_button.html file from the editor\dialog folder, I'll get a javascript error on fck_achor.html when it tries to execute the line "oEditor=window.parent.InnerDialogLoaded()" - the error being Object doesn't support this property or method. I've removed *both* the anchor and the button tools from my toolbar, so it's not clear why those are even getting executed.
It appears to me that there is some heirachy or dependency chain between these dialogs. Is there any way to find out which of theses items can be removed without effecting others?
If I try to remove the .html pages associated with those unused tools, I start getting javascript errors on other pages.
A specific example: I don't need support buttons in my editor, but if I delete fck_button.html file from the editor\dialog folder, I'll get a javascript error on fck_achor.html when it tries to execute the line "oEditor=window.parent.InnerDialogLoaded()" - the error being Object doesn't support this property or method. I've removed *both* the anchor and the button tools from my toolbar, so it's not clear why those are even getting executed.
It appears to me that there is some heirachy or dependency chain between these dialogs. Is there any way to find out which of theses items can be removed without effecting others?