You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NickWare edited this page Dec 27, 2021
·
1 revision
The Scrollbox container HTML model:
<divclass="Box Scrolling" data-scrollboxname="SB1"><divclass="Scrolldata">
Body
</div></div>
JS:
// Update scrollbar when you changing the Scrollbox bodyfacefull.Scrollboxes["SB1"].doUpdateScrollbar();// Scrolling controlfacefull.Scrollboxes["SB1"].doScrollToEnd();facefull.Scrollboxes["SB1"].setScrollPosition(pos);