[TYPO3-german] Page IDs im Menu ausgeben

David Bruchmann david at bruchmann-web.de
Fri Oct 1 09:48:00 CEST 2010


> hmmm,
>
> leider hatte ich beim Antworten gestern Abend n Brett vor Kopf...
> So habe ich ja das "node_{elementUid}" im Atag. Ich brauche es aber in den
> liTags... ist das auch irgetwie möglich?
> Gruß und danke
>
> Svenna
>
>>>     1 {
>>>       NO {
>>>         wrapItemAndSub =<li>|</li>
>>>         ATagParams = id="node_{elementUid}"
>>>         subst_elementUid = 1
>>>       }
>>>     }

Hast Du mal folgendes getestet?

    1 {
      NO {
        wrapItemAndSub =<li id="node_{elementUid}">|</li>
        subst_elementUid = 1
      }
    }


Gruß,
David


More information about the TYPO3-german mailing list