日历作为下拉列表

时间:2010-09-17 07:09:41

标签: asp.net

任何人都可以告诉我

的含义
ew:CalendarPopup ID="ucCalendar" runat="server" Width="80px" ImageUrl="~/images/calendar.gif"
                                    ControlDisplay="LabelImage" ShowGoToToday="True" CalendarLocation="Bottom" UseExternalResource="True"
                                    ExternalResourcePath="~/Include/JS/Calendar/eWorld_UI_CalendarPopup.js" Nullable="True"
                                    ToolTip="Select meeting date">
                                    <WeekdayStyle Font-Size="XX-Small" Font-Names="Verdana,Helvetica,Tahoma,Arial" ForeColor="Black"
                                        BackColor="White"></WeekdayStyle>

请紧急

1 个答案:

答案 0 :(得分:3)

它使用CalendarPopup指令或web.config中ew TagPrefix声明的名为@Register的服务器控件。它还初始化了它的一些属性。