Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
How can I remove the Insert Greeting and Signature Dropdown?
posted

I am trying to remove the Insert dropdown on the menu bar of the HtmlEditor. I tried:

bodyHtmlEditor.Toolbar.Items.Remove(ToolbarDropDownType.Insert);

but that didnt work. Also if I want to, how do I remove the whole dropdown row in the editor?

 

Thanks,

Jeff