-
Notifications
You must be signed in to change notification settings - Fork 0
Geoffrey YU edited this page Aug 6, 2016
·
1 revision
- User.cs
- Contact.ashx
- Contact.aspx(.cs)
###User类(仅部分)
成员类型 | 名称 | 备注 |
静态函数 | String ListJSON() | 列出用户JSON string返回 |
###Contact处理程序
Action | 调用 | 备注 |
List | SAAO.User.ListJSON()并输出结果 | Get |
###Contact JS
代码块 | 功能 | 备注 |
Ajax | 请求Contact.List,载入HTML(从JSON读取数据)初始化Mixitup | |
contactShowInfo(obj) | 从HTML的data-*标签中读取数据,载入模拟框。参数为this | 显示用户具体信息 |
contactFilter(i,obj) | 筛选菜单点击行为,修改筛选的class。参数为(1、2、3,this) | 不支持多选(逻辑有问题)1-年级、2-组、3-姓 |
var contactFilterStr | String[3] 筛选的class | |
contactApplyFilter() | 调用Mixitup的多重筛选 |
###Contact HTML
代码块 | 功能 | 备注 |
#content># peoplebox | 填充联系人主体 | |
Modal#contactmodal | 联系人卡片模拟框 | |
Modal#filtermodal | 筛选模拟框 | |
Modal#helpmodal | 帮助模拟框 |
###Contact CSS
代码块 | 功能 | 备注 |
…… | 布局调整,卡片样式 |