Hi I have a FCKEditor on a control and it appears with all the bells and whistles. I want to change it so that it displays just a few simple toolbar buttons. In my code I call the following code immediatly after the IntializeComponent(); call
As I understand this should change the appearance. Problem is I still have all the buttons. Anyone have any ideas ?
cheers.
fckEditor1.ToolbarSet = "Basic";