[TYPO3-english] Nested anotation in Fluid for

2013-06-28 Thread Sergio Catalá

Hi,

I've checked it is not possible to nest this way with Fluid:

1.as="helper">

2.
3.  {settings.{helper}Description}
4.
5.

Is it my syntax wrong in line 3, or is it simply not possible to do this?

What would you recommend me in this case?

Thanks in advance,
Sergio
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Nested anotation in Fluid for

2013-06-28 Thread Kay Strobach
Hi,

as far as i know you this is NOT possible.

Perhaps you can built the complete concat {helper}Description into a
variable with the f:var viewHelper.

Otherwise a partial may be a better approach for this special problem.

Regards
Kay

Am 28.06.13 17:46, schrieb Sergio Catalá:
> Hi,
> 
> I've checked it is not possible to nest this way with Fluid:
> 
> 1. as="helper">
> 2.
> 3.  {settings.{helper}Description}
> 4.
> 5.
> 
> Is it my syntax wrong in line 3, or is it simply not possible to do this?
> 
> What would you recommend me in this case?
> 
> Thanks in advance,
> Sergio


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPM9NAV73VDF2
  - https://flattr.com/profile/kaystrobach

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Nested anotation in Fluid for

2013-07-02 Thread Sergio Catalá


Hi Kay,

thanks for your suggestion. But I don't know how including a partial 
could help. I have exactly the same problem despite I pass the argument 
to the partial.


Regards,
Sergio

El 28/06/13 16:51, Kay Strobach escribió:

Hi,

as far as i know you this is NOT possible.

Perhaps you can built the complete concat {helper}Description into a
variable with the f:var viewHelper.

Otherwise a partial may be a better approach for this special problem.

Regards
Kay

Am 28.06.13 17:46, schrieb Sergio Catalá:

Hi,

I've checked it is not possible to nest this way with Fluid:

1.
2.
3.  {settings.{helper}Description}
4.
5.

Is it my syntax wrong in line 3, or is it simply not possible to do this?

What would you recommend me in this case?

Thanks in advance,
Sergio




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english