[Seaside] Placement In Page

Richard Durr richard.durr at googlemail.com
Sat Nov 7 20:53:33 UTC 2009


You could insert a named anchor an then put a hash followed by the name of
that anchor in the url:

http://url/seaside/yourapp#myDiv

would jump to where this stands:
html anchor
  name: 'myDiv'.

what exactly do you want?



On Fri, Nov 6, 2009 at 10:25 PM, Boris Popov <boris at deepcovelabs.com> wrote:

>  Hmm, usually animated functions have a variant that simply gets you to
> the final state without any intermediate transition... Maybe poke around the
> docs.
>
> -Boris (via BlackBerry)
>
>
> ----- Original Message -----
> From: seaside-bounces at lists.squeakfoundation.org <
> seaside-bounces at lists.squeakfoundation.org>
> To: Seaside - general discussion <seaside at lists.squeakfoundation.org>
> Sent: Fri Nov 06 13:18:50 2009
> Subject: [Seaside] Placement In Page
>
> Hi,
>
> I've a simple question...
>
> How do I get the top of the browser to start at some height (or div
> ref) down the page.
>
> Currently I've been using the following which is evoked upon some
> condition being met.
>
> html div
>     script: html effect scroll;
>     with: [ self renderContentOnPage: html ]
>
> This works fine but for some instances I would simply like to go
> straight to the point on the page without the delayed scroll effect.
>
> Cheers,
>
> Dirk
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091107/13ca0a87/attachment.htm


More information about the seaside mailing list