汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021222324252627282930313233343536
  1. 注意:此版本为 4.2 正式版 build 20081203
  2. 在线演示和使用说明,大部分问题都可以通过这里解决,请细看
  3. http://www.my97.net/dp/demo/
  4. 如果有问题请访问(问问题时,一定要附上相关的HTML代码和详细的错误信息):
  5. www.my97.net/dp/support.asp
  6. 博客
  7. http://my97.cnblogs.com
  8. http://blog.csdn.net/my97/
  9. 医学会项目修改项目如下:
  10. 1、增加域定义
  11. config.js文件里增加:
  12. //可以指定域
  13. try{
  14. document.domain="cma.org.cn";
  15. }
  16. catch (e) {
  17. //域设置出错
  18. }
  19. 2、增加跳转函数
  20. WdatePicker.js文件里增加:
  21. function showCalendar(id, format) {
  22. WdatePicker({el:$dp.$(id)});
  23. }
  24. 3、更改了默认皮肤文件:
  25. WdatePicker.js文件
  26. skin:"whyGreen"