[TYPO3-templavoila] Accessing TV-FCE-Objects with TS
Dmitry Dulepov
typo3 at fm-world.ru
Mon Feb 6 09:46:41 CET 2006
Hi!
Sven Wagenhöfer wrote:
> thanks again for another fast answer this evening ;-)
It's a pleasure :)
> The only thing I could not figure out is how to access the abstract from
> the page containing the FCE.
>
> I tried several notations, like ifEmpty.field = abstract etc. So, can
> you tell me how to get this value within the flexform? OR - and this
> would be much better - reach the abstract of the parent page of the page
> containing the FCE?
Try 'data' property. Something like:
ifEmpty.data = page:abstract
I did not try it but it should work.
With ifEmpty.field you can only reference a field from FCE that is on
the same level as field being checked.
Dmitry.
More information about the TYPO3-project-templavoila
mailing list