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 --- .../protected/pages/RepeaterWithActiveControls.php | 120 ++++++++++----------- 1 file changed, 60 insertions(+), 60 deletions(-) (limited to 'tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php index c5235dc6..013ffe61 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php +++ b/tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.php @@ -1,61 +1,61 @@ -IsCallback) - { - $this->repeater1->DataSource = $this->_data; - $this->repeater1->dataBind(); - } - } - - public function label_changed($sender, $param) - { - $index = $sender->getParent()->ItemIndex + 1; - $this->_status .= " Update textbox {$index}: ".$sender->Text; - } - - public function onPreRender($param) - { - parent::onPreRender($param); - if(trim($this->_status)) - $this->label1->Text = $this->_status; - } - - public function enable_edit($sender, $param) - { - if($this->update_button->Enabled==false) - { - for($i = 0; $irepeater1->Items); $i++) - { - $textbox = $this->repeater1->Items[$i]->edit_box; - $textbox->DisplayTextBox = true; - } - $this->update_button->Enabled = true; - $sender->Enabled=false; - } - } - - public function disable_edit($sender, $param) - { - if($this->update_button->Enabled==true) - { - for($i = 0; $irepeater1->Items); $i++) - { - $textbox = $this->repeater1->Items[$i]->edit_box; - $textbox->DisplayTextBox = false; - } - $this->edit_button->Enabled = true; - $sender->Enabled=false; - } - } -} - +IsCallback) + { + $this->repeater1->DataSource = $this->_data; + $this->repeater1->dataBind(); + } + } + + public function label_changed($sender, $param) + { + $index = $sender->getParent()->ItemIndex + 1; + $this->_status .= " Update textbox {$index}: ".$sender->Text; + } + + public function onPreRender($param) + { + parent::onPreRender($param); + if(trim($this->_status)) + $this->label1->Text = $this->_status; + } + + public function enable_edit($sender, $param) + { + if($this->update_button->Enabled==false) + { + for($i = 0; $irepeater1->Items); $i++) + { + $textbox = $this->repeater1->Items[$i]->edit_box; + $textbox->DisplayTextBox = true; + } + $this->update_button->Enabled = true; + $sender->Enabled=false; + } + } + + public function disable_edit($sender, $param) + { + if($this->update_button->Enabled==true) + { + for($i = 0; $irepeater1->Items); $i++) + { + $textbox = $this->repeater1->Items[$i]->edit_box; + $textbox->DisplayTextBox = false; + } + $this->edit_button->Enabled = true; + $sender->Enabled=false; + } + } +} + ?> \ No newline at end of file -- cgit v1.2.3