-
Notifications
You must be signed in to change notification settings - Fork 0
Geoffrey YU edited this page Aug 6, 2016
·
1 revision
- Event.cs
- Calendar.ashx
- Calendar.aspx(.cs)
###Event类(尚未完全)
成员类型 | 名称 | 备注 |
静态函数 | String ListJSON() | 列出事件JSON string返回 |
###Calendar处理程序
Action | 调用 | 备注 |
Get | SAAO.Event.ListJSON()并输出结果 | Get |
###Calender JS
代码块 | 功能 | 备注 |
Ajax | 请求Calendar.List并初始化Fullcalendar |
###Calendar HTML
代码块 | 功能 | 备注 |
#content>#cal | 填充日历主体 |
###Calendar CSS
代码块 | 功能 | 备注 |
.fc-* | 插件样式override | 扁平化&颜色&响应设计 |