[ 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/TWizard/ -> Sample5.php (source)

   1  <?php
   2  
   3  class Sample5 extends TPage
   4  {
   5  	public function wizardCompleted($sender,$param)
   6      {
   7          $this->Result1->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue;
   8          $this->Result2->Text="Your favorite sport is: " . $this->Step2->DropDownList2->SelectedValue;
   9      }
  10  }
  11  
  12  ?>


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