if you have
<span jwcid="[EMAIL PROTECTED]:FloatingPane" ... >

you can use
dojo.byId('dummyPane_container').scrollTop=dojo.byId('dummyPane_container').scrollHeight
or
dojo.byId('dummyPane_container').scrollTop=0


Anna Vo wrote:
> I am reusing a FloatingPane (same id) on the same page that gets updated
> with data depending on which link in the list is clicked on. This works
> great except that if the user scrolls in the FloatingPane, the next time
> the component is updated with new content the FloatingPane scroller
> stays where it was last set (see screenshot) so that the new data loads
> half way down or even at the bottom instead of the top. Is there a way
> to reset the positioning and scrolling and still use the one
> FloatingPane so that if there's a vertical scroller it will always begin
> at the top?
>
> Anna Vo
>
>
>   
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tacos-devel mailing list
> Tacos-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>   


-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to