Re: How can you set the height using JavaScript after CuteEditor has been loaded.

  •  12-27-2008, 2:19 AM

    Re: How can you set the height using JavaScript after CuteEditor has been loaded.

    Ok, now this is really cracked out......
     
    Why on earth would this work ...
             function setboxheight() {
                alert("Resizing WYSIWYG");
                document.getElementById('CE_editsource_ID').SetHeight((parent.frames["main"].innerHeight - 60)+"px");
            }
     
    While this FAILS!!!!!!!!!!!!!!!!!!!!!!!!!!
             function setboxheight() {
                document.getElementById('CE_editsource_ID').SetHeight((parent.frames["main"].innerHeight - 60)+"px");
            }
     
     
    ??????????????????????????????????????????????????
     
    It would be nice to receive a timely response as I am a paying customer for this product. (your $500 license).
     
    Thank you


    Custom Software Developent at MicroVB INC
View Complete Thread