[Seaside] Seaside.WATree expand and element position

Lukas Renggli renggli at gmail.com
Fri May 19 20:09:25 UTC 2006


> I have add note in bold .

It is very hard to read your HTML mails, could you please configure
your client to send plain text?

>     OK BUT WHAT DO I USE ?
>                When use [ html render: component] i see normall view; not in
> div space with scroll bar.

Something like that should work:

     html render: component.

Or with a styled div:

     html div style: 'blabla'; with: component

The thing is that you should never call render methods of other
components, just give the component to Seaside and let the framework
do the setup.

> Yes, but it is probably not simple and certainly involves changing the
> implementation of WATree. You could do it using JavaScript, e.g. with
> script.aculo.us and a scroll-to effect.
>
> Where i found dettail information and example about this ?

Scriptaculous package in the Seaside repository. Live demo at
<http://scriptaculous.seasidehosting.st>.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list