By: wayak
Date: 2006-11-11
Time: 03:21
|
[onload;file=[var.variable]] + mergeBlock
bonjour,
Dans mon fichier temp.html, j'ai un select que je veux rempli avec un mergeBlock
mais çela ne fonctionne pas. voila mon code:
page principal :
include("contact.php");
$supportingText = 'template/contact.html';
|
fichier contact.php:
$profilBlk = array('Choisissez un profil' => 'autre', 'Client' => 'CL', 'Partenaire' => 'PA', 'Visiteur' => 'VI', 'Journaliste' => 'JO', 'Etudiant' => 'ET', 'Autres' => 'AU') ;
$TBSMail->MergeBlock('profilBlk', $profilBlk) ;
|
fichier contact.html:
<select name="x_Profile" class="forms" id="Li_Profil">
<option value="[profilBlk.val]">[profilBlk.key;block=option]</option>
<option>[var.x_Profile;ope=html;select]</option>
</select>
|
où ai je fais l'erreur?
|
By: wayak
Date: 2006-11-11
Time: 03:25
|
Re: [onload;file=[var.variable]] + mergeBlock
J'ai une solution.
|
By: Skrol29
Date: 2006-11-11
Time: 04:03
|
Re: [onload;file=[var.variable]] + mergeBlock
C'est marrant ton inversion de clé et de libellé. Mais bon, ça ne pose pas de problème pour TBS.
Ton modèle devrait marcher si tu as bien pensé à charger le plug-in HTML et si $x_Profile contient bien la valeur attendu.
Qu'est ce qui ne fonctionne pas ? Quel est le problème observé ?
|
By: wayak
Date: 2006-11-11
Time: 04:29
|
Re: [onload;file=[var.variable]] + mergeBlock
En fait sa marche maintenant g mi le mergeBlock apres le
$TBS->LoadTemplate
de la page principal
|
|
Posting in progress.
Please wait...
|