📄 calendar.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Calendar.ascx.cs" Inherits="WesternByte.MyBlog.Controls.Blog.Calendar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<asp:calendar id="entryCal" runat="server" TitleStyle-BackColor="#000000" DayHeaderStyle-BackColor="#1d8fd8"
OtherMonthDayStyle-ForeColor="#cccccc" TitleStyle-ForeColor="#ffffff" NextPrevStyle-ForeColor="#ffffff"
WeekendDayStyle-BackColor="#eeeeee" DayHeaderStyle-ForeColor="#ffffff" TodayDayStyle-BorderColor="#5e715e"
TodayDayStyle-BorderWidth="1" TodayDayStyle-Font-Bold="true" TodayDayStyle-ForeColor="#5e715e"
Width="240px" BorderColor="#aaaaaa" SelectionMode="None" DayNameFormat="Full" CellPadding="2"
CellSpacing="1">
<TodayDayStyle height="25"></TodayDayStyle>
<SelectorStyle height="25"></SelectorStyle>
<NextPrevStyle height="25"></NextPrevStyle>
<DayHeaderStyle height="25"></DayHeaderStyle>
<SelectedDayStyle height="25"></SelectedDayStyle>
<TitleStyle height="30"></TitleStyle>
<WeekendDayStyle height="25"></WeekendDayStyle>
<OtherMonthDayStyle height="25"></OtherMonthDayStyle>
</asp:calendar>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -