[TYPO3-mvc] Mini-survey: link.page/uri.page ViewHelpers in BE mode

"Christian Müller (Kitsunet)" christian at kitsunet.de
Mon Jul 19 23:41:18 CEST 2010


On 19.07.2010 19:26, Bastian Waidelich wrote:
> Hi all,
>
> I'm currently streamlining Fluid ViewHelpers and improve their support
> in Backend mode.
> link.page is one of the ViewHelpers that currently does not really makes
> sense in BE:
> <f:link.page>page link</f:link.page>
> in a module creates a link pointing to
> "mod.php?M=module_ExtensionnamespaceModulenamespace"
>
> I would suggest to change the behavior here and create the same link/URI
> as in Frontend Mode. So you could easily create links to plugins from
> within your BE module.
> The above example would then create a link pointing to
> "../index.php?id=XYZ" (or "http://yourdomain/index.php?id=XYZ" if
> absolute=true).
>
> What do you think?
> 1. Do you already use the page ViewHelpers in BE mode (and if yes, why
> the hell?)
> 2. Do you think, that change would make sense?
>
> Thanks for your feedback!
> Bastian

For now I didn't need any link viewHelper in BE, but I have at least 
three cases where I needed to create a cObj in previous projects (not 
with extBase) to get a good FE link, so I would appreciate to have an 
easy solution to create such links.


More information about the TYPO3-project-typo3v4mvc mailing list