Forums

check box in custom listing settings

nefertiti 04 Jun, 2012
hello
I have my code that displays my picture ok Result
how do I select a row with a checkbox and delete with the delete button.
I use self in listing his work sailing in my custom code listing
thank you

frontend list settings/custom listing settings

header

<table style="font-size:11px" width:700px>
<tr bgcolor="#33FF99">
<td width="33%"><div align="center"class="Style2">Nom</div></td>
<td width="33%"><div align="center" class="Style2">Prenom</div></td>
<td width="33%"><div align="center" class="Style2">Téléphone</div></td>
<td width="33%"><div align="center" class="Style2">Service</div></td>
<td width="33%"><div align="center" class="Style2">Mail</div></td>
<td width="33%"><div align="center" class="Style2">Ville-Départ</div></td>
<td width="33%"><div align="center" class="Style2">Ville-Arrivée</div></td>
<td width="33%"><div align="center" class="Style2">Villes-Traversées</div></td>
<td width="33%"><div align="center" class="Style2">Fréquence</div></td>
<td width="33%"><div align="center" class="Style2">Horaires</div></td>
<td width="33%"><div align="center" class="Style2">Fumeur</div></td>
<td width="33%"><div align="center" class="Style2">Places Disponibles</div></td>
<td width="33%"><div align="center" class="Style2">Remarque</div></td>
<tr>
</tr>

Body

<td width="33";"><div align="center"class="Style2">{Nom}</td>
<td width="33";"><div align="center"class="Style2">{Prenom}</td>
<td width="33";"><div align="center"class="Style2">{Téléphone}</td>
<td width="33";"><div align="center"class="Style2">{Service}</td>
<td width="33";"><div align="center"class="Style2">{Mail}</td>
<td width="33";"><div align="center"class="Style2">{Départ}</td>
<td width="33""><div align="center"class="Style2">{Arrivée}</td>
<td width="33""><div align="center"class="Style2">{Traversées}</td>
<td width="33";"><div align="center"class="Style2">{Fréquence}</td>
<td width="33";"><div align="center"class="Style2">{Horaires}</td>
<td width="33";"><div align="center"class="Style2">{Fumeur}</td>
<td width="33";"><div align="center"class="Style2">{Places_Disponibles}</td>
<td width="33";"><div align="center"class="Style2">{Remarque}</td>
<tr>

footer

</table
Max_admin 05 Jun, 2012
Hi,

You can add a delete link to every row using: _DELETE_ or you can do it using the toolbar, you can display the checkbox using {checkbox}

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.