voici le code :
echo $this->Js->link($this->Html->image('delete.png',array('alt' => "Texte alternatif")),
array('controller'=>'posts', 'action'=>'view',$v'Post']'id']),
array('update' =>'#inhaltbasket',
'before' => $this->Js->get('#'.$add)->effect('fadeOut'),
'success' => $this->Js->get('#'.$remove)->effect('fadeIn')),
array('escape' => false)
);
dommage mais ca fonction po :(
il m'affiche url de l'image aulieu de l image :
<img src="/test/img/delete.png" alt="Texte alternatif" />
ou est le probleme :