[TYPO3] styles.content.getRight. with slide

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Jun 2 20:23:38 CEST 2006


hi

I am playing with new slide option and want to make wrap only if there 
is content in the styles.content.getRight.

While testing I observed that:

1. this one works perfectly. It slides

	styles.content.getRight.slide = -1
	temp.a < styles.content.getRight
	temp.a.wrap = <div class="item">|</div>
	
    but the wrap is there no matter there is content or not.


2. this one should do the job IMO but it works as there were no slide

	styles.content.getRight.slide = -1
	temp.a = COA
	temp.a.if.isTrue.numRows < styles.content.getRight
	temp.a.10 < styles.content.getRight
	temp.a.10.wrap = <div class="item">|</div>


It seems like numRows do not know that there is slide on.

What can be wrong? Can you point me to right direction?



--
Krystian




More information about the TYPO3-english mailing list