From bde6488e19b9852011a657fda8aa39680d9c4a62 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 6 Jan 2007 00:00:57 +0000 Subject: Update docs. --- .../protected/pages/DatePickerInCallback.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php (limited to 'tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php') diff --git a/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php new file mode 100644 index 00000000..94a4ec25 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/DatePickerInCallback.php @@ -0,0 +1,17 @@ +IsPostBack) + $this->datepicker->setTimeStamp(time()); + } + + public function testDatePicker($sender, $param){ + $this->status->Text = $this->datepicker->getTimestamp()." ".$this->datepicker->getText(); + } + + } + +?> \ No newline at end of file -- cgit v1.2.3