简体   繁体   中英

Scrolling to top in RichFaces ModalPanel


I have a Richfaces ModalPanel having a vertical scroll bar.
Is there a way to scroll to top of this ModalPanel?
I tried to do it with javascript's scroll functions but it didn't work.
Also I tried to focus on the modalpanel's header via javascript's focus function but it didn't work either.

Ok i solved the problem. Bringing the ModalPanel's header text into view by:

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

did the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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