Forum OpenACS Development: Re: nesting and list-builder

Collapse
Posted by Jade Rubick on
I think can use tree_level to deduce the level of in the tree. I think if you look way back in CVS for project-manager, there might be some code that did this.

You can have to tree_level(parent) - tree_level(child) in order to get the right level, I believe. Then you can use that to pad the spacing. I believe this was done in project-manager at one point.