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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 413 - (show annotations)
Fri Sep 21 09:45:32 2012 UTC (12 years, 4 months ago) by nhaye
File size: 480 byte(s)
Régénération suite à la migration OM 4.3.0

1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:31
4 require_once ("../gen/obj/categorie_demandeur.class.php");
5
6 class categorie_demandeur extends categorie_demandeur_gen {
7
8 function categorie_demandeur($id,&$db,$debug) {
9 $this->constructeur($id,$db,$debug);
10 }// fin constructeur
11
12 function setOnchange(&$form,$maj){
13 parent::setOnchange($form,$maj);
14 $form->setOnchange("libelle","this.value=this.value.toUpperCase()");
15 }
16 }// fin classe
17 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26