[TYPO3-english] Menu item style different then others

StephenBungert stephenbungert at yahoo.de
Mon Apr 6 17:18:31 CEST 2009


allWrap.cObject = CASE
allWrap.cObject {
    key.field = uid
    default = TEXT
    default.value = <li class="default">|</li>
    1 = TEXT
    1.value = <li class="red">|</li>
    2 = TEXT
    2.value = <li class="blue">|</li>
    4 = TEXT
    4.value = <li class="green">|</li>
}

Your example uses uid in the key.field, this is the uid of the menu item I
guess. So this could be someting like 345.

So If can I change 
    1 = TEXT
    1.value = <li class="red">|</li>

to 
    345 = TEXT
    345.value = <li class="red">|</li>

and get a different wrap for this menu item?

-----
-- 
Stephen Bungert
-- 
View this message in context: http://www.nabble.com/-TYPO3-english---Menu-item-style-different-then-others-tp22905875p22910937.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list