SAG datePicker : Différence entre versions
De BlueWiki
(7 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
− | [[ | + | [[http://wiki.bluecompany.fr/index.php?title=Documentation_en_fran%C3%A7ais#Gestion_du_DatePicker Liste des commandes du composant]] |
[[SAG_datePicker-EN|English version of this page]] [[File:icone_drapeau-anglais.jpg]] | [[SAG_datePicker-EN|English version of this page]] [[File:icone_drapeau-anglais.jpg]] | ||
Ligne 58 : | Ligne 58 : | ||
=== Exemples=== | === Exemples=== | ||
PlanningMois:=SAG_datePicker (->laDate) | PlanningMois:=SAG_datePicker (->laDate) | ||
− | + | [[File:DatePicker1.jpg|caption]] | |
+ | Voir la commande [[SAG_DPsetParameter|SAG_DPsetParameter]] pour le paramétrage de cet affichage | ||
Ligne 68 : | Ligne 69 : | ||
Fin de boucle | Fin de boucle | ||
PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent) | PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent) | ||
− | + | [[File:DatePicker2.jpg|caption]] | |
Ligne 80 : | Ligne 81 : | ||
SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") | SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") | ||
PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent) | PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent) | ||
− | + | [[File:DatePicker3.jpg|caption]] | |
Ligne 92 : | Ligne 93 : | ||
SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") | SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") | ||
PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent;"day") | PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent;"day") | ||
+ | [[File:DatePicker4.jpg|caption]] |
Version actuelle en date du 7 juillet 2015 à 21:46
[Liste des commandes du composant]
[modifier] Paramètres
[modifier] Exemples
PlanningMois:=SAG_datePicker (->laDate)
Voir la commande SAG_DPsetParameter pour le paramétrage de cet affichage
C_DATE($date1;$date2) SAG_GetDateRange (->$date1;->$date2) TABLEAU REEL(TableauPourcent;42) Boucle ($i;1;42) TableauPourcent{$i}:=Ent(Modulo(Hasard;100))+1 Fin de boucle PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent)
C_DATE($date1;$date2) SAG_GetDateRange (->$date1;->$date2) TABLEAU REEL(TableauPourcent;42) Boucle ($i;1;42) TableauPourcent{$i}:=Ent(Modulo(Hasard;100))+1 Fin de boucle SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent)
C_DATE($date1;$date2) SAG_GetDateRange (->$date1;->$date2) TABLEAU REEL(TableauPourcent;42) Boucle ($i;1;42) TableauPourcent{$i}:=Ent(Modulo(Hasard;100))+1 Fin de boucle SAG_DPsetOccupancyColors ("Grey";"green";"yellow";"orange";"red") PlanningMois:=SAG_datePicker (->laDate;->TableauPourcent;"day")