blob: 31381c40ec927c60588b7b54b413657c709af371 (
plain)
1
2
3
4
5
6
7
|
<%@ Title="Test Attributes.OnClick" %>
<com:TContent ID="Content">
<h1>Test Attributes.OnClick</h1>
<com:TLinkButton OnClick="doClick" Text="Click me"
Attributes.OnClick="if(!confirm('Are you sure?')) return false;" />
<com:TLabel ID="clickState" />
</com:TContent>
|