Outils pour utilisateurs

Outils du site


procedures:inscriptions:lp

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
procedures:inscriptions:lp [2024/01/13 15:22] – [Champs parcours BAC PRO] 127.0.0.1procedures:inscriptions:lp [2024/02/15 10:20] (Version actuelle) – modification externe 127.0.0.1
Ligne 20: Ligne 20:
 <WRAP tablewidth 100%> <WRAP tablewidth 100%>
 ^Identifiant^Nature^Commentaire^Propriétés / Javascript^ ^Identifiant^Nature^Commentaire^Propriétés / Javascript^
-| **bcp_niveau [2PRO]**| Boutons radio | Choix d'une inscription en 2nd Professionnelle | Propriétés>**Options** \\ Choix bouton radio : **2PRO**\\ ---- Propriétés>**Actions** \\ Déclencheur : **Souris relachée** \\ Code : <code>afficher_specialites();</code>+| **bcp_niveau [2PRO]**| Boutons radio | Choix d'une inscription en 2nd Professionnelle | Propriétés>**Options** \\ Choix bouton radio : **2PRO**\\ Propriétés>**Actions** \\ Déclencheur : **Souris relachée** \\ Code : <code java>afficher_specialites();</code>
-| **bcp_niveau [1PRO]**| ::: | Choix d'une inscription en Première Professionnelle | ::: |+| **bcp_niveau [1PRO]**| ::: | Choix d'une inscription en Première Professionnelle | Propriétés>**Options** \\ Choix bouton radio **1PRO**\\ Propriétés>**Actions** \\ Déclencheur **Souris relachée** \\ Code <code java>afficher_specialites();</code>
 +| **bcp_niveau [1PRO]**| ::: | Choix d'une inscription en Première Professionnelle | Propriétés>**Options** \\ Choix bouton radio : **TPRO**\\ Propriétés>**Actions** \\ Déclencheur : **Souris relachée** \\ Code : <code java>afficher_specialites();</code>
 +| **bcp.specialites** | Liste déroulante | Choix de la spécialité de formation du bac pro | Propriétés>**Format** \\ Script de touches personnalisé : \\ Code -> <code java>if ( !event.willCommit && (event.changeEx != "")) 
 +{ afficher_famillebcp(event.changeEx);
 +</code>
 +Après un choix d'un bac pro famille des métiers, saisie des voeux de spécialité envisagée en première. 
 +^Identifiant^Nature^Commentaire^Propriétés / Javascript^ 
 +| **elevevoeux.bcp** | Champ texte | <wrap info></wrap><wrap hi em>Non modifiable par l'utilisateur</wrap> -  | 
 +| **elevevoeux.bcp1_priorite** | Liste déroulante | Choix d'une priorité pour une spécialité de Bac Pro | Propriétés>**Format** \\ Script de touches personnalisé : \\ Code -> <code java>if ( !event.willCommit && (event.changeEx != "")) 
 +{ valider_voeux(event.changeEx, 
 +"elevevoeux.bcp2_priorite", 
 +"elevevoeux.bcp3_priorite");
 +</code>
 +| **elevevoeux.bcp1** | Champ texte | <wrap info></wrap><wrap hi em>Non modifiable par l'utilisateur</wrap> |  --  | 
 +| **elevevoeux.bcp2_priorite** | Liste déroulante | Choix d'une priorité pour une spécialité de Bac Pro | Propriétés>**Format** \\ Script de touches personnalisé : \\ Code -> <code java>if ( !event.willCommit && (event.changeEx != "")) 
 +{ valider_voeux(event.changeEx, 
 +"elevevoeux.bcp1_priorite", 
 +"elevevoeux.bcp3_priorite");
 +</code>
 +| **elevevoeux.bcp2** | Champ texte | <wrap info></wrap><wrap hi em>Non modifiable par l'utilisateur</wrap> |  --  | 
 +| **elevevoeux.bcp3_priorite** | Liste déroulante | Choix d'une priorité pour une spécialité de Bac Pro | Propriétés>**Format** \\ Script de touches personnalisé : \\ Code -> <code java>if ( !event.willCommit && (event.changeEx != "")) 
 +{ valider_voeux(event.changeEx, 
 +"elevevoeux.bcp1_priorite", 
 +"elevevoeux.bcp2_priorite");
 +</code>
 +| **elevevoeux.bcp3** | Champ texte | <wrap info></wrap><wrap hi em>Non modifiable par l'utilisateur</wrap> |  --  |
 </WRAP> </WRAP>
  
procedures/inscriptions/lp.1705155752.txt.gz · Dernière modification : 2024/02/09 16:09 (modification externe)