Hallo,

ich habe eine Anfängerverständnisfrage: In der Extension 'nkhyphenation'  gibt 
es einen viewhelper, den ich in mein template einfügen möchte.

Im Tutorial steht: The view helper is in the namespace 
NetzkoenigNkhyphenationViewHelpers, the namespace directive is this:
{namespace nk=Netzkoenig\Nkhyphenation\ViewHelpers}

Deshalb habe ich ins Template geschrieben

---------------
{namespace nk=Netzkoenig\Nkhyphenation\ViewHelpers}
        <f:if condition="{data.layout} == 0">
                <div id="content">
                        <f:format.raw>
                                <nk:hyphenate language="0">text to 
hyphenate</nk:hyphenate>
                        </f:format.raw>
                </div>            
        </f:if>
---------------
Leider wird jedoch nur 'text to hyphenate' ausgegeben.

Danke für jeden Tipp
Robert

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an