Forum OpenACS Q&A: Re: multirow insert?

Collapse
3: Re: multirow insert? (response to 1)
Posted by David Kuczek on
Hey Brian,

I want to automatically build a left side vertical etp navigation.

So I created a proc called ad_navigation_bar which basically works the same as ad_context_bar, but returns the package_ids of all iterations.

I wanted to start with iteration_0 on etp:get_content_items

etp::get_content_items -package_id "$package_id_0" -result_name "content_items_0"

and go on to the last iteration. This way I would have all needed to components for a navigation. I would just have to put them together correctly and highlight the one that is currently active...

Thanks