Re: CBB code et les attributs ALT et TITLE | Titre du sujet : Re: CBB code et les attributs ALT et TITLE par patrickc80 sur 04/11/2007 16:06:00
Citation : killer_ii a écrit: Bonjour a tous,
Je me demande bien s'il existe quelque part un hack ou autre astuce, pour pouvoir insérer les attributs ALT et TITLE pour les images. et ce pour le formulaire standard de Xoops.
Personnellement, j'ai édité le fichier : www\class\xoopseditor\dhtmlext\dhtmlext.php
En rajoutant les attributs manuellement.
function _codeIcon()
{
$textarea_id = $this->getName();
$image_path = $this->url . "/images";
$code = "<a name='moresmiley'></a>
<img src='".XOOPS_URL."/images/url.gif' alt='"._ALTURL."[color=FF0000]' title='mettre un lien[/color]' onclick='xoopsCodeUrl("$textarea_id", "".htmlspecialchars(_ENTERURL, ENT_QUOTES)."", "".htmlspecialchars(_ENTERWEBTITLE, ENT_QUOTES)."");' onmouseover='style.cursor="hand"'/>
etc... pour tout les attributs.
|
|