diff options
author | wei <> | 2006-06-17 10:28:26 +0000 |
---|---|---|
committer | wei <> | 2006-06-17 10:28:26 +0000 |
commit | 3a30ede1c03fdd097398b14734822f7ce8e46b6b (patch) | |
tree | 516537f9872da97f25a2187cf1880df65804014c /tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page | |
parent | 649082a9eb89991189fafce8432c4fd266fac027 (diff) |
Update TAutoComplete, OnSuggest event for getting suggestions.
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page index d0a750ac..b05ce62e 100644 --- a/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page +++ b/tests/FunctionalTests/active-controls/protected/pages/ActiveTextBoxCallback.page @@ -2,4 +2,5 @@ <h1>ActiveTextBox Callback Test</h1> <com:TActiveTextBox ID="textbox1" AutoPostBack="true" OnCallback="textbox1_callback" /> <com:TActiveLabel ID="label1" Text="Label 1" /> + <com:TJavascriptLogger /> </com:TForm>
\ No newline at end of file |