[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <?php 2 3 class Home extends TPage 4 { 5 function validator2_onValidate($sender, $param) 6 { 7 $sender->Enabled = $this->check1->Checked; 8 } 9 10 function validate2_onPostValidate($sender, $param) 11 { 12 $sender->Enabled = true; 13 } 14 15 function onPreRender($param) 16 { 17 parent::onPreRender($param); 18 $this->panel1->Style = 19 $this->check1->Checked ? "display:block" : "display:none"; 20 } 21 } 22 23 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |