SAG datePicker : Différence entre versions
De BlueWiki
(→Paramètres) |
|||
(13 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 55 : | Ligne 55 : | ||
|} | |} | ||
+ | |||
+ | === Exemples=== | ||
+ | PlanningMois:=SAG_datePicker (->laDate) | ||
+ | [[File:DatePicker1.jpg|caption]] | ||
+ | Voir la commande [[SAG_DPsetParameter|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) | ||
+ | [[File:DatePicker2.jpg|caption]] | ||
+ | |||
+ | |||
+ | |||
+ | 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) | ||
+ | [[File:DatePicker3.jpg|caption]] | ||
+ | |||
+ | |||
+ | |||
+ | 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") | ||
+ | [[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")