gpt4 book ai didi

在 ColdFusion 2018 中使用 标签的 JavaScript 错误

转载 作者:搜寻专家 更新时间:2023-10-31 19:29:22 30 4
gpt4 key购买 nike

ColdFusion 2018 使用 <cfgrid>格式设置为“html”。

<cfform action="" method="POST" name="TEST">
<cfgrid name="test" format="html">
<CFGRIDCOLUMN NAME="A" HEADER="A" >
<CFGRIDCOLUMN NAME="B" HEADER="B" >
</cfgrid>
</cfform>

在 Chrome 上运行上面的示例代码,我收到以下错误:

  1. https ://test-url/cf_scripts/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js net::ERR_ABORTED 404 (Not Found)

  2. GET https ://test-url/cf_scripts/scripts/ajax/yui/animation/animation-min.js 404 (Not Found)

  3. Uncaught TypeError: Cannot read property 'id' of undefined ext-all.js:18
    at i.getKey (ext-all.js:18)
    at i.add (ext-all.js:18)
    at c (ext-all.js:18)
    at i.onSelectChange (ext-all.js:18)
    at i.doMultiSelect (ext-all.js:18)
    at i.doSelect (ext-all.js:18)
    at i.select (ext-all.js:18)
    >at $G.Actions.onLoad (cfgrid.js:490)
    at b (ext-all.js:18)

在调查之后,我发现曾经与 ColdFusion 捆绑在一起的 YUI API 是 deprecated and removed使用 Coldfusion 2016 更新 3

根据文档,只有以下标签会受到更改的影响(我猜其中之一是 <CFGRID> 的依赖项?)

  • 菜单
  • cftooptip
  • 日历
  • cfinput(自动建议属性)
  • cfinput(sourcefortooltip 属性)
  • cfspry数据集

如果不将折旧的 API 添加回 ColdFusion 2018... 是否可以将 YUI 与 <CFGRID> 分离?标记,因为它即使出现错误也能正常运行?

可以对 ext-all.js 的错误采取任何措施吗?或者这是一个 Coldfusion 错误?

最佳答案

尝试更新到最新的 CF 2018 update 5 以及 YUI 库。您可能会跳过所有上述错误。

只有IE会出现这样的错误无法设置未定义或空引用的属性“页面”

关于在 ColdFusion 2018 中使用 <cfgrid> 标签的 JavaScript 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54544230/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com