[TYPO3-mvc] ActionMenuViewHelper

Michael Staatz info at mduttlinger.de
Thu Apr 22 12:53:35 CEST 2010


Hi,

i want to hear what you think about this before i enter an Issue on 
forge....

The Output of the ActionMenuViewHelper is generated as Follow:

...

return '<div class="docheader-funcmenu">' . $this->tag->render() . '</div>';

...

And you are not able to create a consistent Backend - Output.

fx: try to get an Output as seen for "Reports", the upper selector-box. 
It is not possible, without creating a own ViewHelper, to get an output 
like:
	MyLabelForTheSeletorBox: SELETORBOX


I think this is not a good solution in a MVC - Framework where we would 
have a separation of code and Layout.

In my opinion the better solution is returning the output without the 
div - container and give a better sample for formating and styling 
Backend - Templates.

Best,
Michael



More information about the TYPO3-project-typo3v4mvc mailing list