YUI2.7和YUI2.8有什么区别?

发布于 2024-08-09 00:16:40 字数 207 浏览 0 评论 0原文

当我在我开发的一个应用程序中从 YUI2.7 迁移到 YUI2.8 时,遇到了一个特殊的问题。

我从 Web 服务器获取一个 JSON 对象并处理该对象并创建一个数组。我将该数组传递给实习生用来创建数据表的数据源。

这种机制在 YUI2.7 中运行良好,但在 YUI2.8 中创建数据表时会抛出一些异常。可能是什么问题? YUI2.8 中是否有任何特定更改导致此问题?

I have encountered a peculiar problem when I migrated from YUI2.7 to YUI2.8 in one of the application I have developed.

I am getting a JSON object from a WebServer and processing that object and creating an array. I am passing that array to a datasource which intern used to create a Datatable.

This mechanism is working fine in YUI2.7 but some exception is being thrown while creating Datatable in YUI2.8. What might be the problem? Is there any specific change in YUI2.8 which is causing this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽手叙旧 2024-08-16 00:16:40

http://yuilibrary.com 有 2.7 和 2.8 之间的更改列表/projects/yui2/wiki/ReadMe/Rollup_2.8.0 。要了解每个组件的完整更改历史记录,您必须查看每个组件的 README 文件。这是 数据源数据表。 yui2 的完整提交历史记录位于此处

there is a list of changes between 2.7 and 2.8 at http://yuilibrary.com/projects/yui2/wiki/ReadMe/Rollup_2.8.0 . for a full change history of each component, you have to look at each component's README file. here are the ones for datasource and datatable. a full commit history of yui2 is here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文