blob: f6c550c52fd9e9b0dc04188252276cf153c4fd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<com:TContent ID="Content">
<com:TButton Text="Click me" />
<com:TDatePicker
ReadOnly="true"
InputMode="DropDownList"
DateFormat="M/yyyy" />
<com:TDatePicker
DateFormat="d/M/yyyy" />
</com:TContent>
|