summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket897.page
blob: 93237b9802f17002cd118a3632b89bb01c83b407 (plain)
1
2
3
4
5
6
7
8
<com:TContent ID="Content">

	<com:TDatePicker ID="Date" DateFormat="MM/dd" InputMode="DropDownList"/>
	<com:TButton ID="SendButton" ButtonType="Submit" Text="Send" onClick="onButtonClicked" />
	
	<com:TLabel ID="Output"/>
	
</com:TContent>