[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/pages/Controls/Samples/TMultiView/ -> Home.php (source)

   1  <?php
   2  
   3  class Home extends TPage
   4  {
   5  	public function viewChanged($sender,$param)
   6      {
   7          if($this->MultiView->ActiveViewIndex===2)
   8          {
   9              $this->Result1->Text="Your text input is: ".$this->Memo->Text;
  10              $this->Result2->Text="Your color choice is: ".$this->DropDownList->SelectedValue;
  11          }
  12      }
  13  }
  14  
  15  ?>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7