Outils pour utilisateurs

Outils du site


procedures:inscriptions:lp

CHAMPS PARCOURS LP

Champs Diplome préparé

IdentifiantNatureCommentaireProprié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

IdentifiantNatureCommentaireProprié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();


Propriétés>Format
Script de touches personnalisé :
Code :

if ( !event.willCommit && (event.changeEx != "") )
{
afficher_epi(event.changeEx);
}

Champs parcours BAC PRO

IdentifiantNatureCommentaireProprié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);}

Après un choix d'un bac pro famille des métiers, saisie des voeux de spécialité envisagée en première.

IdentifiantNatureCommentairePropriétés / Javascript
elevevoeux.bcp Champ texte Non modifiable par l'utilisateur -
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 →
if ( !event.willCommit && (event.changeEx != ""))
{ valider_voeux(event.changeEx,
"elevevoeux.bcp2_priorite",
"elevevoeux.bcp3_priorite");}
elevevoeux.bcp1 Champ texte Non modifiable par l'utilisateur
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 →
if ( !event.willCommit && (event.changeEx != ""))
{ valider_voeux(event.changeEx,
"elevevoeux.bcp1_priorite",
"elevevoeux.bcp3_priorite");}
elevevoeux.bcp2 Champ texte Non modifiable par l'utilisateur
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 →
if ( !event.willCommit && (event.changeEx != ""))
{ valider_voeux(event.changeEx,
"elevevoeux.bcp1_priorite",
"elevevoeux.bcp2_priorite");}
elevevoeux.bcp3 Champ texte Non modifiable par l'utilisateur
procedures/inscriptions/lp.txt · Dernière modification : 2024/02/15 10:20 de 127.0.0.1