Parent Directory | Revision Log | Patch
revision 6 by fraynaud, Sun Feb 13 21:52:57 2011 UTC | revision 344 by fmichon, Wed Jul 4 06:43:16 2012 UTC | |
---|---|---|
# | Line 18 class categorie_demandeur extends catego | Line 18 class categorie_demandeur extends catego |
18 | } | } |
19 | ||
20 | function setOnchange(&$form,$maj){ | function setOnchange(&$form,$maj){ |
21 | parent::setOnchange(&$form,$maj); | parent::setOnchange($form,$maj); |
22 | $form->setOnchange("libelle","this.value=this.value.toUpperCase()"); | $form->setOnchange("libelle","this.value=this.value.toUpperCase()"); |
23 | } | } |
24 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |