j
k
j a
j l
Can someone explain the difference between: <dtml-with "PARENTS[-1]"> <dtml-with squishdot> ...do stuff here... </dtml-with> </dtml-with> and <dtml-with "PARENTS[-1].squishdot"> ...do stuff here... </dtml-with>
Can someone explain the difference between:
<dtml-with "PARENTS[-1]"> <dtml-with squishdot> ...do stuff here... </dtml-with> </dtml-with>
and
<dtml-with "PARENTS[-1].squishdot"> ...do stuff here... </dtml-with>
Do they behave differently? In what way? Rik
Back to the thread
Back to the list