How to make CuteEditor Invisible (hidden) using JavaScript

  •  11-08-2005, 7:51 PM

    How to make CuteEditor Invisible (hidden) using JavaScript

     
    I am trying to make the cute editor visible / invisible using javascript as follow:
     
    obj_Editor1.visibility='hidden' 

    it works OK except that the toolbar dropdown menus such as Css Class, Size, Images, etc. allways stay visible. 
     
    How can I make the dropdown toolbar items within the cuteEditor toolbar hidden also?
View Complete Thread