procedures:inscriptions:lp
Ceci est une ancienne révision du document !
Table des matières
CHAMPS PARCOURS LP
Champs Diplome préparé
| Identifiant | Nature | Commentaire | Propriétés / Javascript |
|---|---|---|---|
| formations_pmf_lp [3PMET] | Bouton radio | Choix inscription en 3PMET | Propriétés>Options Choix du bouton radio : 3PMET Propriétés>Actions Code: activer_formation(); |
| formations_pmf_lp [CAP] | Choix inscription en CAP | Propriétés>Options Choix du bouton radio : CAP Propriétés>Actions Code: activer_formation(); |
|
| formations_pmf_lp [BCP] | Choix inscription en Bac Professionnel | Propriétés>Options Choix du bouton radio : BCP Propriétés>Actions Code: activer_formation(); |
Champs parcours CAP
| Identifiant | Nature | Commentaire | Propriétés / Javascript |
|---|---|---|---|
| cap.niveau [CAP1] | Bouton radio | Choix du niveau de formation | Propriétés>Options Choix du bouton radio : CAP1 Propriétés>Actions Code: afficher_specialites(); |
| cap.niveau [CAP2] | Choix du niveau de formation | Propriétés>Options Choix du bouton radio : CAP2 Propriétés>Actions Code: afficher_specialites(); |
|
| cap.specialités | Liste déroulante | Choix du CAP | Propriétés>Options Liste d'éléments →Choisir une formation [?] Maçon Métallier … Propriétés>Actions Code : get_libformation();
if ( !event.willCommit && (event.changeEx != "") )
{
afficher_epi(event.changeEx);
}
|
Champs parcours BAC PRO
| 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 : afficher_specialites(); |
| 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 : afficher_specialites(); |
|
| 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 : afficher_specialites(); |
|
| bcp.specialites | Liste déroulante | Choix de la spécialité de formation du bac pro | Propriétés>Format Script de touches personnalisé : Code → if ( !event.willCommit && (event.changeEx != "")) { afficher_famillebcp(event.changeEx);} |
procedures/inscriptions/lp.1705156140.txt.gz · Dernière modification : 2024/02/09 16:09 (modification externe)
