Calendar date picker custom image
Click on the calendar image near the textbox.
|
|
 << | Sunday, September 07, 2008 | >> |
|
<obout:Calendar DatePickerImagePath ="icon2.gif" ...
|
| |
|
|
 << | Sunday, September 07, 2008 | >> |
|
<obout:Calendar DatePickerImagePath ="date_picker1.gif" ...
|
| |
|
|
 << | Sunday, September 07, 2008 | >> |
|
<obout:Calendar DatePickerImagePath ="date_picker2.gif" ...
|
|
For a custom appearance of the date picker image you can also modify this css class:
.calendarDatePickerButton { cursor:pointer; cursor:hand; vertical-align:middle; ...
| |