diff options
author | xue <> | 2006-04-15 14:35:46 +0000 |
---|---|---|
committer | xue <> | 2006-04-15 14:35:46 +0000 |
commit | 70944795827cffd1bd5a27a9c4a99eb1434f905f (patch) | |
tree | 8c77df484074d8a104a4646a4e2fa6c051324ed4 /demos/personal | |
parent | 3ba2c4fbc3a5e07d3f51dc2a89e9eed24b9f2a16 (diff) |
Merge from branch 3.0 till 913.
Diffstat (limited to 'demos/personal')
-rw-r--r-- | demos/personal/protected/Pages/Home.page | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Home.page b/demos/personal/protected/Pages/Home.page index 204d4c6f..32a3b1b2 100644 --- a/demos/personal/protected/Pages/Home.page +++ b/demos/personal/protected/Pages/Home.page @@ -1,3 +1,5 @@ <com:TContent ID="main">
main content
+<com:TTextBox ID="TextBox" /><com:TButton Text="Submit" />
+<com:TLiteral Text=<%=$this->TextBox->Text %> />
</com:TContent>
\ No newline at end of file |