I want to limit the colors that are available in the color selection box. I was able to do this using the config file, but there is still the "More Colors..." option which effectively defeats the changes I made to the configuration. Is there a way to disable the "More Colors" option?
Mon, 10/03/2005 - 09:36
#1
Figured it out
within that function, comment out the command
"FCKDialog.OpenDialog(.......)"
This will prevent the dialog from being displayed, and will close the menu dialog. If you don't want the dialog to be closed, comment out "this.Command._Panel.Hide();" as well.
Even better...