?
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
PrevMonthText 屬性用于規(guī)定在日歷中上一月的鏈接所顯示的文本。
<asp:Calendar?PrevMonthText="string"?runat="server"?/>
屬性 | 描述 |
---|---|
string | 規(guī)定在日歷中上一月的鏈接所顯示的文本。默認值是 "<"。 |
下面的實例顯示了 PrevMonthText 被設置為 "Prev" 的日歷:
<form runat="server">
<asp:Calendar id="cal1" runat="server" PrevMonthText="Prev" />
</form>