which have 1.FCKConfig.ToolbarSets["Default"] 2.FCKConfig.ToolbarSets["Basic"]
Defaullty which come alll the controls... so u have to mention what r all t controls need in FCKConfig.ToolbarSets["Basic"]
and set the ToolbarSet="Basic" in aspx page <FCKeditorV2:FCKeditor id="TxtRLongDescription" ToolbarSet="Basic" height="400px" BasePath= "FCKeditor/" runat="server" />
Re: How to remove the font size combo box and the font combo box
see the fckconfig.js.
which have
1.FCKConfig.ToolbarSets["Default"]
2.FCKConfig.ToolbarSets["Basic"]
Defaullty which come alll the controls...
so u have to mention what r all t controls need in FCKConfig.ToolbarSets["Basic"]
and set the ToolbarSet="Basic" in aspx page
<FCKeditorV2:FCKeditor id="TxtRLongDescription" ToolbarSet="Basic" height="400px" BasePath= "FCKeditor/" runat="server" />
try this....
Regards
S.Muthuvel
Re: How to remove the font size combo box and the font combo box