diff options
| author | xue <> | 2005-12-30 14:51:01 +0000 |
|---|---|---|
| committer | xue <> | 2005-12-30 14:51:01 +0000 |
| commit | 55c54744146c91afc00e9a434dc05fb0f4fcde1d (patch) | |
| tree | a8072923a7b25dae59e2a9986bea2b1791fced47 /demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php | |
| parent | 1e24e7487161a12eb4379266941d2babab1c8ad4 (diff) | |
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php deleted file mode 100644 index 5f812c9e..00000000 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php
-
-class Samples extends TPage
-{
- public function textChanged($sender,$param)
- {
- $sender->Text="text changed";
- }
-
- public function submitText($sender,$param)
- {
- $this->TextBox1->Text="You just entered '".$this->TextBox1->Text."'.";
- }
-}
-
-?>
\ No newline at end of file |
