/[openfoncier]/branches/3.14.x-lettrerar/obj/parcelle_lot.class.php
ViewVC logotype

Annotation of /branches/3.14.x-lettrerar/obj/parcelle_lot.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (hide annotations)
Fri Sep 21 16:30:55 2012 UTC (12 years, 4 months ago) by nhaye
Original Path: trunk/obj/parcelle_lot.class.php
File size: 805 byte(s)
Régénération suite à la migration OM 4.3.0

1 fraynaud 147 <?php
2     //$Id$
3     //gen openMairie le 28/09/2011 19:43
4     require_once ("../gen/obj/parcelle_lot.class.php");
5    
6     class parcelle_lot extends parcelle_lot_gen {
7    
8     function parcelle_lot($id,&$db,$debug) {
9     $this->constructeur($id,$db,$debug);
10     }// fin constructeur
11    
12     function setvalF($val){
13     parent::setvalF($val);
14     // enlever les valeurs a ne pas saisir
15     unset ($this->valF['geom']);
16     }
17    
18     function setType(&$form,$maj) {
19     parent::setType($form,$maj);
20     if ($maj < 2) { //ajouter et modifier
21     $form->setType('geom', 'hidden');
22     }
23     }
24    
25     function setOnchange(&$form,$maj){
26     parent::setOnchange($form,$maj);
27     // mise en majuscule
28     $form->setOnchange("lotissement","this.value=this.value.toUpperCase()");
29     }
30    
31     }// fin classe
32     ?>

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26