I can't seem to get rid of some of the drop downs in my editor at run time.
EditorHTML.AutoConfigure = CuteEditor.AutoConfigure.Compact;
EditorHTML.DisableItemList = "CssClass,ImageGalleryByBrowsing,InsertImage,InsertFlash,InsertMedia,InsertDocument,InsertTemplate,InsertTable,InsertHorizontalRule,InsertForm,Advanced,Zoom,InsertListBox,InsertDropDown,InsertRadioBox,InsertCheckBox,Codes,Links,Images,save";
Is the documentation up to date for disabling these items?
I want to get rid of "inline styles" and "Links".
Thanks in advance