Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
 
3
class Sample4 extends TPage
4
{
5
	public function wizardCompleted($sender,$param)
6
	{
7
		$this->Result->Text="Your favorite color is: " . $this->DropDownList1->SelectedValue;
8
	}
9
}
10
 
11
?>