From d0ce04fb74c0163951bbb36fa4f05973d91b02eb Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 22:05:09 +0000 Subject: added documentation for TActivePanel class --- .../ActiveControls/Samples/TActivePanel/Home.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/Samples/TActivePanel/Home.php (limited to 'demos/quickstart/protected/pages/ActiveControls/Samples/TActivePanel/Home.php') diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TActivePanel/Home.php b/demos/quickstart/protected/pages/ActiveControls/Samples/TActivePanel/Home.php new file mode 100644 index 00000000..ae174f59 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TActivePanel/Home.php @@ -0,0 +1,21 @@ +check1->Checked = !$this->check1->Checked; + if($this->txt1->Text=="") + $this->txt1->Text="changes happens"; + else + $this->txt1->Text=""; + if($this->label1->Text=="") + $this->label1->Text="label has changed, too"; + else + $this->label1->Text=""; + + $this->panel1->render($param->NewWriter); + } +} + +?> \ No newline at end of file -- cgit v1.2.3