[TYPO3-mvc] Can't pass js parameter "pageUid" in f:link.page viewhelper.
Dmitry
dmitry at typo3.ru.net
Fri Dec 11 16:52:26 CET 2015
Hi, all.
I get some parametrs and formating page from js.
Everything works good, but I can't pass a parameter "pageUid" in f:link.page viewhelper.
Creating current link page. But parametr ' + page + ' is exists and has a value.
function buildEstablishments(title, page) {
$('#myid').append(
'<div class="establishment__actions col-md-6 col-sm-6 col-xs-6">' +
<f:link.page pageUid="' + page + '" title="' + title + '" >More</f:link.page> +
'</div>'
);
}
what is wrong? Thanks for your help!
More information about the TYPO3-project-typo3v4mvc
mailing list