Wizard link Target not rendering in front - Fluid/Extbase typo3 -


http://screencast.com/t/l3asbi2e - wizard link target not rendering in front

front side code title

but target not rendering

afaik f:link.page viewhelper not interpret typolinks (that have).

you should use viewhelper does, example v:link.typolink viewhelper extension vhs. you'd use this:

{namespace v=fluidtypo3\vhs\viewhelpers}  <v:link.typolink configuration="{parameter: youvariablehere}">linktext</v:link.typolink> 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -