请帮助完整的日历解决方案。 [英] Please help with full calendar solution.

查看:111
本文介绍了请帮助完整的日历解决方案。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好b $ b

我需要以下日历控件的帮助。



[ Fullcalendar控制演示]



因此我在将文件读入mvc 5 C#解决方案时遇到错误。



完整日历正是我所需要的,但我需要能够在事件创建框中输入电子邮件地址,开始时间,结束时间和描述。



所以我设法完美地添加了字段,但当我尝试将其添加到我的MVC解决方案时,我收到以下错误:

1.

通过document.write调用一个分析器阻塞的跨源脚本http://hm.baidu.com/h.js?d999331ad5ea0c0930f3aa7c3bda9fc1。如果设备网络连接不良,浏览器可能会阻止此操作。有关详细信息,请参阅https://www.chromestatus.com/feature/5718547946799104。 

2.
(匿名)@Calender:100
wrapbg.jpgx无法加载资源:服务器响应状态为404(未找到)
jquery .validationEngine-en.js:85未捕获的TypeError:无法在HTMLDocument中读取未定义
的属性'newLang'。< anonymous> (jquery.validationEngine-en.js:85)
at Function.ready(jquery-1.4.2.min.js:328)
at HTMLDocument.L(jquery-1.4.2.min.js :492)

3.
日历:123未捕获TypeError:$(...)。validationXngine不是HTMLDocument中的函数
。< anonymous> (日历:123)
at fire(jquery-1.11.3.js:3148)
at Object.fireWith [as resolveWith](jquery-1.11.3.js:3260)
at Function.ready(jquery-1.11.3.js:3472)HTMLDocument.completed(jquery-1.11.3.js:3503)





请,有人可以帮我在MVC页面上显示这个日历吗?



提前谢谢。



(只是为了澄清,文章的作者在文章中指出他不再支持这个项目。因此我为什么在论坛中提出这个问题)



我尝试过:



谷歌搜索,删除代码,创建一个白色(空白)wrapbg.jpgx文件

解决方案

(...)。validationXngine不是HTMLDocument中的函数
。< anonymous> (日历:123)
at fire(jquery-1.11.3.js:3148)
at Object.fireWith [as resolveWith](jquery-1.11.3.js:3260)
at Function.ready(jquery-1.11.3.js:3472)HTMLDocument.completed(jquery-1.11.3.js:3503)





请,有人可以帮我在MVC页面上显示这个日历吗?



提前谢谢。



(只是为了澄清,文章的作者在文章中指出他不再支持这个项目。因此我为什么在论坛中提出这个问题)



我尝试过:



谷歌搜索,删除代码,创建一个白色(空白)wrapbg.jpgx文件


1。不要使用 document.Write 。 Chrome不喜欢它。使用脚本标记或使用 async document.write 异步加载它们。有关详情,请访问: Google文档 [ ^ ]



2。代码中的某些网址不再有效。检查无效的URL并更正它。



3.确保包含jQuery的validationEngine JS。


Hi
I need help with the following calendar control.

[Fullcalendar Control Demo]

So I get errors when reading the file into a mvc 5 C# solution.

The full calendar is exactly what I need, but I need to be able to input an email address, start time, end time and description into the event creation box.

So I managed to add the fields perfectly, but when I try and add it to my MVC solution I get the following errors:
1.

A Parser-blocking, cross-origin script, http://hm.baidu.com/h.js?d999331ad5ea0c0930f3aa7c3bda9fc1, is invoked via document.write. This may be blocked by the browser if the device has poor network connectivity. See https://www.chromestatus.com/feature/5718547946799104 for more details.

2.
(anonymous) @ Calender:100
wrapbg.jpgx Failed to load resource: the server responded with a status of 404 (Not Found)
jquery.validationEngine-en.js:85 Uncaught TypeError: Cannot read property 'newLang' of undefined
    at HTMLDocument.<anonymous> (jquery.validationEngine-en.js:85)
    at Function.ready (jquery-1.4.2.min.js:328)
    at HTMLDocument.L (jquery-1.4.2.min.js:492)

3.
Calender:123 Uncaught TypeError: $(...).validationEngine is not a function
    at HTMLDocument.<anonymous> (Calender:123)
    at fire (jquery-1.11.3.js:3148)
    at Object.fireWith [as resolveWith] (jquery-1.11.3.js:3260)
    at Function.ready (jquery-1.11.3.js:3472)
    at HTMLDocument.completed (jquery-1.11.3.js:3503)



Please, can anyone help me display this calendar on a MVC page?

thank you in advance.

(Just to clarify, the author of the article states in the article that he no longer gives support for this project. Hence why I raised the question in a forum)

What I have tried:

googling, removing code, creating a white(blank) wrapbg.jpgx file

解决方案

(...).validationEngine is not a function at HTMLDocument.<anonymous> (Calender:123) at fire (jquery-1.11.3.js:3148) at Object.fireWith [as resolveWith] (jquery-1.11.3.js:3260) at Function.ready (jquery-1.11.3.js:3472) at HTMLDocument.completed (jquery-1.11.3.js:3503)



Please, can anyone help me display this calendar on a MVC page?

thank you in advance.

(Just to clarify, the author of the article states in the article that he no longer gives support for this project. Hence why I raised the question in a forum)

What I have tried:

googling, removing code, creating a white(blank) wrapbg.jpgx file


1. Don't use document.Write. Chrome does not like it. Either use script tags or load them asynchronously using async with document.write. More information here: Google documentation[^]

2. Some URL in your code is not valid anymore. Check the invalid URL and correct it.

3. Make sure the jQuery's validationEngine JS is included.


这篇关于请帮助完整的日历解决方案。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆