[Seaside] tree control?

Cees de Groot cg at cdegroot.com
Thu Apr 7 13:29:23 CEST 2005


On Wed, 6 Apr 2005 18:06:53 +0200, Avi Bryant <avi.bryant at gmail.com> wrote:
> I don't know of one, but these days usually you just have to produce
> nested lists and find some Javascript package that takes care of the
> rest...
>
Even when the tree is built-up lazily?

What we do in the wx GUI is to tell the wx tree that some node has  
children or not based on the list of pointers to children that the node's  
item carries around. Only when the tree item is opened, we start actually  
resolving the pointers (one level deep, there the process repeats).




More information about the Seaside mailing list