[TYPO3-content-rendering] Rendering anchor with typoscript

Steve Schütze s.schuetze at queo-group.com
Fri May 24 09:11:26 CEST 2013


Hey,

i was trying to generate some simple anchors to use bootstrap scrollspy for example. These jquery-plugins needs to have a href like "#testanchor" but typo3 (version 4.5.26) in combination with realurl renders something like "gb/mypage.html#testanchor" in this case scrollspy do not work.

..
renderObj = TEXT
renderObj {
	field = header
	dataWrap=<li><a href="#m-c{field:uid}">|</a></li>
}

someone has an idea?


More information about the TYPO3-project-content-rendering mailing list