From 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 11:21:01 +0000 Subject: standardize the use of unix eol; use svn properties to enforce native eol --- .../Samples/TActiveRadioButton/Home.php | 52 +++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/TActiveRadioButton') diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveRadioButton/Home.php b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveRadioButton/Home.php index 034d2fcc..a0c2af32 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveRadioButton/Home.php +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TActiveRadioButton/Home.php @@ -1,27 +1,27 @@ -Text="I'm clicked"; - } - - public function selectRadioButton($sender,$param) - { - $selection=''; - if($this->Radio1->Checked) - $selection.='1'; - if($this->Radio2->Checked) - $selection.='2'; - if($this->Radio3->Checked) - $selection.='3'; - if($this->Radio4->Checked) - $selection.='4'; - if($selection==='') - $selection='empty'; - $this->Result->Text='Your selection is '.$selection; - } -} - +Text="I'm clicked"; + } + + public function selectRadioButton($sender,$param) + { + $selection=''; + if($this->Radio1->Checked) + $selection.='1'; + if($this->Radio2->Checked) + $selection.='2'; + if($this->Radio3->Checked) + $selection.='3'; + if($this->Radio4->Checked) + $selection.='4'; + if($selection==='') + $selection='empty'; + $this->Result->Text='Your selection is '.$selection; + } +} + ?> \ No newline at end of file -- cgit v1.2.3