/[openfoncier]/trunk/obj/categorie_demandeur.class.php
ViewVC logotype

Diff of /trunk/obj/categorie_demandeur.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 344 by fmichon, Wed Jul 4 06:43:16 2012 UTC revision 413 by nhaye, Fri Sep 21 09:45:32 2012 UTC
# Line 9  class categorie_demandeur extends catego Line 9  class categorie_demandeur extends catego
9          $this->constructeur($id,$db,$debug);          $this->constructeur($id,$db,$debug);
10      }// fin constructeur      }// fin constructeur
11            
     function setTaille(&$form,$maj){  
         $form->setTaille('libelle', 40);  
     }  
       
     function setMax(&$form,$maj){  
         $form->setMax('libelle', 40);  
     }  
       
12      function setOnchange(&$form,$maj){      function setOnchange(&$form,$maj){
13          parent::setOnchange($form,$maj);          parent::setOnchange($form,$maj);
14          $form->setOnchange("libelle","this.value=this.value.toUpperCase()");          $form->setOnchange("libelle","this.value=this.value.toUpperCase()");
15      }      }
   
16  }// fin classe  }// fin classe
17  ?>  ?>

Legend:
Removed from v.344  
changed lines
  Added in v.413

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26