[Flow] Use record entity ID in Fluid
Søren Malling
soren.malling at gmail.com
Mon Mar 24 19:51:24 CET 2014
Look at the IdentifierViewHelper
(Class: TYPO3\Fluid\ViewHelpers\Format\IdentifierViewHelper)
* <code title="Inline notation">
* {post.blog -> f:format.identifier()}
* </code>
* <output>
* 97e7e90a-413c-44ef-b2d0-ddfa4387b5ca
* // depending on {post.blog}
* </output>
On Mon, Mar 24, 2014 at 7:47 PM, Rik Willems <rik at metmeer.nl> wrote:
> Hi,
>
> I'm trying to create a drag-drop interface in Flow but I'm getting stuck
> at the record id. Is there a way to print a record id in Fluid? I tried {
> record.id}, {record.identifier}, {record._identifier} and some more. Is
> this possible?
>
> As an alternative, who can point me in a direction of a good drag-drop
> example? I looked into Neos, but can't at all find how it is implemented.
>
>
> Cheers!
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list