blob: 741f4d654c840e8c3c9db7ffc208559b979b2f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<com:TContent ID="Content">
<com:TLabel ForControl="foo" Text="Choose Color:" />
<com:TColorPicker ID="foo">
<prop:ClientSide.OnColorSelected>
alert(parameter);
</prop:ClientSide.OnColorSelected>
</com:TColorPicker>
Description
</com:TContent>
|