Re: CuteEditor 6.7 & jQuery Tabs

  •  07-07-2014, 12:26 PM

    Re: CuteEditor 6.7 & jQuery Tabs

    Hi,

    Javascript replaced with:

     

    <script type="text/javascript">

        function CuteEditor_OnInitialized(editor) {

            alert("current height: " + editor.clientHeight);

            editor.SetHeight(200);

            alert("set height: " + editor.clientHeight);

        }

    </script>  

     

    always returns 0 on the second editor... And the second tab editor has more height than the first editor.

     

    Thanks,

    xmas79.

     

     

     

View Complete Thread