Support #6620
ferméWorkflow:Conception: Gestion des bouton Radio
0%
Description
Si pour un champs de type text dans le dossier
On sélection le type radio dans le formulaire
--> on se retrouve en champ checkbox (Multi sélection)
Fichiers
Mis à jour par Marc Avenel il y a plus de 9 ans
- Statut changé de New à Closed
Fonctionne .
Problème de cache...
Mis à jour par Marc Avenel il y a plus de 9 ans
- Statut changé de Closed à Re-opened
Voici mon XML pour les boutons radio qui ne fonctionnent pas.
Reste en listbox
<form name="form_immediateEfficacity">
<title role="default" lang="default">III.2 - Efficacity actions immediates</title>
<input item="immediate _realdate_01" readonly="false" mandatory="true"/>
<input item="immediate _realOK_01" readonly="false" mandatory="true" displayerName="radio" value="Yes"/>
<input item="immediate_ged_01" readonly="false" mandatory="false" displayerName="explorer"/>
<input item="immediate _realdate_02" readonly="false" mandatory="false"/>
<input item="immediate _realOK_02" readonly="false" mandatory="false" displayerName="radio" value="Yes"/>
<input item="immediate_ged_02" readonly="false" mandatory="false" displayerName="explorer"/>
<input item="immediate _realdate_03" readonly="false" mandatory="false"/>
<input item="immediate _realOK_03" readonly="false" mandatory="false" displayerName="radio" value="Yes"/>
<input item="immediate_ged_03" readonly="false" mandatory="false" displayerName="explorer"/>
</form>
<item name="immediate _realOK_01" computed="false">
<label role="default" lang="default">Efficacity N°1</label>
<type>text</type>
<readonly>false</readonly>
<param name="keys" value="Yes##No" />
<param name="cols" value="2" />
Mis à jour par Nicolas Eysseric il y a plus de 9 ans
- Tracker changé de Bug à Support
- Version cible
Version 5.14.3supprimé
Mis à jour par David Lesimple il y a plus de 9 ans
- Statut changé de Re-opened à Closed
Je ne reproduis pas.
Cf PJ.