Hallo Max,

On 30/09/2013 17:10, Max Muab wrote:
> 1.wrap = <ul>|<li id="navsuche">HIER SOLL DAS INHALTSELEMENT REIN</li></ul>

So ungefaehr koennte es klappen:

1.wrap.cObject = COA
1.wrap.cObject {
        wrap = <ul>|</ul>

        10= TEXT
        10.value = |

        20 = TEXT
        20.value = HIER SOLL DAS INHALTSELEMENT REIN
        20.wrap = <li id="navsuche">|</li>
}

Das 1.wrap.cObject.20 muesstest dann natuerlich noch in nen CONTENT
Objekt [1] umaendern das sich dann dein CE mit der ID 85 holt, siehe
auch [2] dafuer.
Magst noch weitere Erklaerung zu was was macht oder passt das so?

Vielleicht kennt auch wer noch ne einfacherer, bessere Methode?


Beste Gruesse
Stefan

[1]
http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Content/Index.html
[2]
http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an