changing the height via Javascript

  •  09-04-2007, 1:13 PM

    changing the height via Javascript

    Hello
    I want to be able to change the height of the editor using Javascript. I didn't see a function for this type of functionality in the Javascript API. Does the editor have more robust Javascript docs or this type of functionality?
     
    I've been able to force it via JS by changing the height of all three of these values on these two elements.
     
    (CSS height style value & the HTML height attribute) id="CE_Editor1_ID"
    (CSS height style value) id="CE_Editor1_ID_Frame"
     
View Complete Thread