Re: How to scroll page to element

2010-04-13 Thread redlaber
user. > > Hope that helps. > //Jason > > On Tuesday, 13 April 2010 10:35:21 mram wrote: > > > > > I don't understand well your question, but why don't you use div to > > separate parts from the page, and then call the div class that you > > need?

Re: Best (faster) place to include gwt script in html ?

2010-04-13 Thread redlaber
It makes no difference. The html-code generate the page almost instantly. GWT metod RootPanel.get("id") also work very quickly. Almost all time of page generation will take the loading of gwt- module. So place your gwt-application where it is more convenient to you. On 13 апр, 13:51, Óscar Frías

Re: How to scroll page to element

2010-04-12 Thread redlaber
    scrollPanel.setScrollPosition( tableTop ); >   } > > } > > i suppose in your case it wouldn't be a click handler if you're basing > it off the history token, but hopefully this will point you in the > right direction. > > On Apr 12, 7:34 am, redlaber wrot

Re: How to scroll page to element

2010-04-12 Thread redlaber
en, but hopefully this will point you in the > right direction. > > On Apr 12, 7:34 am, redlaber wrote: > > > > > I want to scroll page, generated with gwt, to some element. Its should > > be simple, but i cannt find the solution. For example: I have a > > verti

How to scroll page to element

2010-04-12 Thread redlaber
I want to scroll page, generated with gwt, to some element. Its should be simple, but i cannt find the solution. For example: I have a vertical panel with two flexables. When i get the history token "goto2" I want to scroll my page to the second table. (Sorry for the terrible english). -- You rec