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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Mon Jul 18 15:29:31 2011 UTC (13 years, 6 months ago) by fraynaud
File size: 586 byte(s)
maj sig et tdb


1 <?php
2 //$Id$
3 //gen openMairie le 07/04/2011 10:23
4 require_once ("../gen/obj/om_widget.class.php");
5
6 class om_widget extends om_widget_gen {
7
8 function om_widget($id,&$db,$debug) {
9 $this->constructeur($id,$db,$debug);
10 }// fin constructeur
11
12 function setTaille(&$form,$maj) {
13 parent::setTaille($form,$maj);
14 $form->setTaille('titre',40);
15 $form->setTaille('lien',80);
16 $form->setTaille('om_profil',4);
17 }
18
19 function setMax(&$form,$maj) {
20 parent::setMax($form,$maj);
21 $form->setMax('titre',40);
22 $form->setMax('lien',80);
23 $form->setMax('om_profil',4);
24 }
25
26
27 }// fin classe
28 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26