Zopists, I have been trying like the dickens to get the tree tag of a PARENT object, to no avail. <dtml-with "PARENTS[1]"> <dtml-tree>... </dtml-with> And all the variations thereof, arent bringing my the tree from the PARENTS point of view. If I do a <dtml-var "PARENTS[1].my_tree"> of course I just get the html back, not the rendered tree tag. Any ideas? I am trying to get the tree tag of the PARENT object. (Don't ask, don't tell:-) All my best, -- Jason Spisak webmaster@hiretechs.com
Any ideas? I am trying to get the tree tag of the PARENT object. (Don't ask, don't tell:-)
All my best,
i use : <!--#tree expr="PARENTS[0]" branches_expr="objectValues(['Folder', 'DTML Document'])" nowrap=1 sort=meta_type skip_unauthorized=1 --> with success in my site.. Ought to work nicely with PARENTS[1] as well... ------------------------------------------------ Geir B Hansen geirh@funcom.com Web-designer / Graphic artist Funcom Oslo http://www.funcom.com ------------------------------------------------
Geir: Thank you. I thought I had tried the expr option, but I obviously used the wrong syntax. Doesn't suprize me. :>
i use : <!--#tree expr="PARENTS[0]" branches_expr="objectValues(['Folder', 'DTML Document'])" nowrap=1 sort=meta_type skip_unauthorized=1 --> with success in my site.. Ought to work nicely with PARENTS[1] as well...
All my best, Jason Spisak webmaster@hiretechs.com Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (3)
-
Geir B Hansen -
Jason Spisak -
Jason Spisak