blob: ea9319fdefefddaf44a61bae406ca4d133a9bb88 (
plain)
1
2
3
4
5
6
7
8
|
<com:TContent ID="Content">
<com:TDatePicker ID="Year" DateFormat="yyyy" InputMode="DropDownList"/>
<com:TButton ID="SendButton" ButtonType="Submit" Text="Send" onClick="onButtonClicked" />
<com:TLabel ID="Output"/>
</com:TContent>
|