[TYPO3-mvc] config.removeDefaultJS = 1

Sebastian Schreiber me at schreibersebastian.de
Fri May 19 00:12:11 CEST 2017


like david said.
You have to use the email viewhelper.
<f:link.email email="{feuser.email}" /> instead of just render the mail
as it is.


Am 19.05.17 um 00:08 schrieb TSniper:
> 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>
>
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc

-- 
Sebastian Schreiber
(Medieninformatiker B.Sc.)
(TYPO3 Certified Integrator)

Paul Nießen Straße 58
D-50969 Köln

T  0221 677 88 541
M  0176 431 05 790

Skype schreibersebastian.de

me at schreibersebastian.de
www.schreibersebastian.de

Steuernummer: 219 / 5302 / 3123



More information about the TYPO3-project-typo3v4mvc mailing list