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 |
?> |
?> |