开发者

How can I get scrollTop in iframe of tiny mce 3.4.3.1

开发者 https://www.devze.com 2023-03-16 22:22 出处:网络
When I us开发者_StackOverflowe tiny_mce_3_2_2. I can\'t get scrolltop of iframe in tiny by document.getElementById(\"body_ifr\").contentWindow.document.body.scrollTop;

When I us开发者_StackOverflowe tiny_mce_3_2_2. I can't get scrolltop of iframe in tiny by

document.getElementById("body_ifr").contentWindow.document.body.scrollTop;

When I updated to tiny_mce_3_4_3_1 I met a problem when getting scrollTop in IE(7,8,9), but it runs normally in Chrome and FF.

Please help repair this problem.


A little late but:

tinymce.DOM.getViewPort(tinymce.activeEditor.getWin()).y
0

精彩评论

暂无评论...
验证码 换一张
取 消