[TYPO3-mvc] FLUID and Links with href="#" for JavaScript
Daniel Lorenz
mailinglists at capsicumnet.de
Mon Jan 3 21:53:13 CET 2011
Hello,
a happy new coding year full of extbase and fluid.
I have a problem. I need links like <a href="#hint">Hint</a> in my
template. There are some reasons why onClick should not used.
My problem is, that in FE the links are generated with controller und
actions.
In the show.html I wrote:
<a id="inline" href='#hint'>Hilfe</a>
In FrontEnd was the link generated as:
<a href="nc/de/tool.html?tx_extensionname_pi1%5Bfoo%
5D=1&tx_capaudit_pi1%5Baction%5D=show&tx_capaudit_pi1%5Bcontroller%
5D=Bar&cHash=f1235bada121e578e543f80dfc742c13#hint
How can I suppress the substitution?
Thanks for any hint.
More information about the TYPO3-project-typo3v4mvc
mailing list