How do I hide the links, code snippet, and images menus?

  •  02-24-2005, 2:38 AM

    How do I hide the links, code snippet, and images menus?

    Hi All-
     
    Here is the code I am using:

    editor.CodeSnippetDropDownMenuNames = "false"             
              editor.CodeSnippetDropDownMenuList  = "false"
              editor.ImagesDropDownMenuNames  = "false"             
              editor.ImagesDropDownMenuList  = "false"
              editor.LinksDropDownMenuNames  = "false"             
              editor.LinksDropDownMenuList  = "false"
              
    What's the correct code to hide those dropdowns?
     
     
View Complete Thread