[TYPO3-mvc] config.removeDefaultJS = 1

TSniper masmoudi_moha at yahoo.fr
Fri May 19 00:08:32 CEST 2017


Yes i'm using fluid template, my code is somthing likethis :

<f:layout name="Default" />
<f:section name="main">

<f:flashMessages />

<table class="tx_mmfeuserextra tablesorter">

	<tbody>
	<f:for each="{feusers}" as="feuser">
	<tr class="notsorted" id="userId-{feuser.uid}">
		<td class="col1"><f:link.action action="show" arguments="{feuserId:feuser.uid}">
		<span class="lastName">{feuser.firstName}</span>
		</f:link.action></td>
		<td class="col2">{feuser.title}</td>
		<td class="col3">{feuser.telephone}</td>
		<td class="col4">{feuser.email}</td>
	</tr>
	</f:for>
	</tbody>
</table>

</f:section>



More information about the TYPO3-project-typo3v4mvc mailing list