Have now had chance to play with the 3rd release, and am glad to see my previous concerns have been addressed. This thing rocks.
Quote from: doze at Jul 22, 2006, 12:38 PM
EDIT: also, there is some minor flaws in the comment texts. In parentRowTpl there is a example to use [+wf.nestedmenu+] placeholder, but it should be [+wf.wrapper+] right?
This is also referenced in hereTpl. It is correct in rowTpl.
This confused me briefly too. I at first used parentRowTpl, mainly because the debug inferred I should set one, but I soon found that I was better off putting the wrapper in the rowTpl and hereTpl chunks, because
there is no hereParentRowTpl.
I think there *should* be a hereParentRowTpl (or parentHereRowTpl), not least because the current parentRowTpl says it inherits from rowTpl when in fact it inherits from either rowTpl or hereTpl as appropriate, and it would just be consistent.