Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php class Sample4 extends TPage { public function wizardCompleted($sender,$param) { $this->Result->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue; } } ?>
<?php
class Sample4 extends TPage
{
public function wizardCompleted($sender,$param)
$this->Result->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue;
}
?>