[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <?php 2 3 Prado::using('Application.pages.Controls.Samples.LabeledTextBox1.LabeledTextBox'); 4 5 class Home extends TPage 6 { 7 public function buttonClicked($sender,$param) 8 { 9 $sender->Text=$this->Input->TextBox->Text; 10 } 11 } 12 13 ?>
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 |