I want to be able to hide/show the editor using javascript. the editor is currently in a modal popupextender and I was actually setting it to visible then showing it in the code behind but the post back is expensive. I dont want to hide/show div like in this example
http://richtextbox.com/userExample/hideshowdiv.aspx# - I just want to hide show the editor via javascript. can it use the display style property to do this?