Re: CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel

  •  03-25-2010, 12:44 AM

    Re: CuteEditor_OnInitialized(editor) doesn't work when ajax call back in the tab panel

    I've managed this problem by following code:

    document.getElementById('<%= cmsSurveyorComment.ClientID %>').style.height=document.documentElement.clientHeight - 70 - 70 - 50;

     
    It seems that setHeight doesn't work after ajax postback. Hopefully you can fix it in the next version.
     
View Complete Thread