Actions
Feature #67374
closedInline notation for ActionViewHelper
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-06-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Is it possible to use inline notation for the ActionViewHelper.
F.e.:
{f:link.action(pageUid:79, arguments:{job:myjob})}
Updated by Markus Klein over 9 years ago
- Status changed from New to Closed
Hi Chochi!
Please use the forum/mailing lists or Slack for support questions.
Thanks.
Correct usage would be:
{f:link.action(pageUid:79, arguments:'{job:\'myjob\'}')}
Actions