[TYPO3-mvc] Fluid: Access to the original object passed as content of a viewHelper?
Martin Kutschker
masi-no at spam-typo3.org
Thu Jan 28 21:10:39 CET 2010
Franz Koch schrieb:
> Hi,
>
> I wonder if there is a way to get native access the object passed to a
> viewHelper as "children". Example:
>
> <f:tcaLabel>{object.property}</f:tcaLabel>
Perhaps if you pass them as attributes:
<f:tcaLabel object="{object}" property="property" />
Masi
PS: I am playing right now with the idea of value objects for "select" fields.
More information about the TYPO3-project-typo3v4mvc
mailing list