Here is the code :
<div id="options_vehicules">
<table>
  <tr>
<td>
Véhicule <?php echo
$ajax->autoComplete('Vehicule/listedesvehicules','/tournees/refresh_vehicules',
array('size'=>'20','minChars'=>'4', 'update'=>'misajour_vehicules',
'afterUpdate'=>"pick_vehicule")); ?>
<div class="misajour_vehicules" id="misajour_vehicules"></div>
</td></tr>
<tr>
<td>
<?php echo $html->hidden ("Vehicule/IDP_vehicule",
array('class'=>"vehicule_id",'id'=>"vehicule_id", 'value'=>"")); ?>
</td></tr>
</table></div>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to