diff options
author | xue <> | 2006-01-21 04:10:28 +0000 |
---|---|---|
committer | xue <> | 2006-01-21 04:10:28 +0000 |
commit | 7de06fe5ac3e9f2417e317fe8754cdf09574ccfb (patch) | |
tree | 5760d4f2e6edfa8de13a3b84afb5842a2c53beb1 /demos/quickstart | |
parent | 1540d094408633a6b01b333b193e731a75457c17 (diff) |
Removed UseSubmitBehavior and PostBackUrl properties from TButton. TButton demo completed.
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page index b2fe4c6c..7c5b90b4 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page @@ -46,24 +46,6 @@ A button causing validation: <com:TButton Text="submit" ValidationGroup="Group" />
</td></tr>
-<tr><td class="samplenote">
-UseSubmitBehavior
-</td><td class="sampleaction">
-<com:TButton
- Text="click me"
- UseSubmitBehavior="false"
- Click="buttonClicked" />
-</td></tr>
-
-<tr><td class="samplenote">
-PostBackUrl
-</td><td class="sampleaction">
-<com:TButton
- Text="click me"
- PostBackUrl="/" />
-</td></tr>
-
-
</table>
</com:TContent>
\ No newline at end of file |