[TYPO3-english] doNotLinkIt stdWrap isTrue

Jigal van Hemert jigal at xs4all.nl
Thu Feb 4 16:37:14 CET 2010


Hi,

Ansgar Brauner wrote:
>>> another question.
>>> As I read in the bugtracker it should be possible to use stdWrap with
>>> doNotLinkIt since 4.3.0.

It's also in TSRef :-) doNotLinkIt is of type boolean / stdWrap.

>>> As far as I understand this feature it should be possible to decide
>>> if I want use doNotLinkIt or not.

True.

>>>
>>> Whats in my mind:
>>>
>>> 2.IFSUB < 2.NO
>>> 2.IFSUB {
>>>   doNotLinkIt = 0
>>>   doNotLinkIt.stdWrap.override.cObject =TEXT
>>>   doNotLinkIt.stdWrap.override.cObject {
>>>     value = 1
>>>     if.isTrue.field = tx_boolLink
>>>   }
>>>   wrapItemAndSub = <li class="secondLevel"> | </li>
>>> }

It couldn't be as simple as
2.IFSUB = 1
, could it?

NO is by default set to 1, but other states have a default of 0.

--
Jigal van Hemert.


More information about the TYPO3-english mailing list