简体   繁体   English

在RichFaces ModalPanel中滚动到顶部

[英]Scrolling to top in RichFaces ModalPanel


I have a Richfaces ModalPanel having a vertical scroll bar. 我有一个带有垂直滚动条的Richfaces ModalPanel。
Is there a way to scroll to top of this ModalPanel? 有没有一种方法可以滚动到此ModalPanel的顶部?
I tried to do it with javascript's scroll functions but it didn't work. 我试图用javascript的滚动功能来做到这一点,但是没有用。
Also I tried to focus on the modalpanel's header via javascript's focus function but it didn't work either. 我也尝试通过javascript的focus函数专注于modalpanel的标头,但是它也不起作用。

Ok i solved the problem. 好吧,我解决了这个问题。 Bringing the ModalPanel's header text into view by: 通过以下方式使ModalPanel的标题文本可见:

javascript:document.getElementById('ModalPanelHeaderTextId').scrollIntoView(true);

did the trick. 做到了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM