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.