[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <?php 2 3 class Home extends TPage 4 { 5 public function buttonClicked($sender,$param) 6 { 7 if($param instanceof TCommandEventParameter) 8 $sender->Text="Name: {$param->CommandName}, Param: {$param->CommandParameter}"; 9 else 10 $sender->Text="I'm clicked"; 11 } 12 } 13 14 ?>
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 |