?
このドキュメントでは、 php中國(guó)語(yǔ)ネットマニュアル リリース
SelectMonthText 屬性用于規(guī)定在日歷中為選取整個(gè)月份而顯示的文本。
注意:該屬性僅在 SelectionMode 屬性被設(shè)置為 DayWeekMonth 時(shí)有效。
<asp:Calendar?SelectMonthText="string"?runat="server"?/>
屬性 | 描述 |
---|---|
string | 規(guī)定在日歷中選取整個(gè)月份顯示的文本。默認(rèn)值是 ">>"。 |
下面的實(shí)例顯示了 SelectMonthText 被設(shè)置為 "->" 的日歷:
<form runat="server">
<asp:Calendar id="cal1" runat="server"
SelectMonthText="->" SelectionMode="DayWeekMonth" />
</form>