Forum OpenACS Development: Re: A Wiki Page per Package?

Collapse
Posted by Dave Bauer on
Gustaf,

I added the new version of xowiki, but the category tree does not seem to be collapsible.

Maybe I missed something in the update.

Collapse
Posted by gustaf neumann on
if you include the portlet by hand to the view.adp page, you should add
<link rel='stylesheet' href='/resources/acs-templating/lists.css' media='all'>
<script language='javascript' src='/resources/acs-templating/mktree.js' type='text/javascript'>
Collapse
Posted by gustaf neumann on
oops, to fast...

...as well to the page. in order to open at the right page,
pass open_page="@title@" to the adp-include.

Collapse
Posted by gustaf neumann on
dave, i saw, you did this already. It looks to me as if the .js file must precede the .css file for mktree to work. i would also recommend to put the content part of the pages into a >div< with "float: right; width: 74%; top: 0px;" to avoid the strange page flow; if 74% is still to large, use 73 etc....