Qooxdoo 表小部件:将编辑的更改写入远程模型

发布于 2024-10-21 14:12:46 字数 321 浏览 0 评论 0原文

我正在使用连接到远程模型的 Qooxdoo 表小部件。

将远程数据读入表中的工作方式很酷,但由于表有一些可编辑的列,问题是:如何指示模型将这些更改的数据写入服务器?

该模型由本书定义,覆盖 _loadRowData_loadRowCount 方法,附加到相关的 *Completed 处理程序,就像它所描述的那样此页面

谢谢

I'm using a Qooxdoo table widget attached to a remote model.

Reading remote data into the table worked like charm, but since the table has some editable column, the problem is: how do I instruct the model to write those changed data to the server?

The model is defined by the book, overriding the _loadRowData and _loadRowCount methods, attached to the related *Completed handlers, just like it is described into this page.

Thanks

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

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

发布评论

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

评论(1

长安忆 2024-10-28 14:12:46

据我所知,远程模型不提供将更改传回服务器的方法。相反,您可以侦听表的“dataEdited”事件。当然,如何将更改发送到服务器取决于您使用的后端类型。

From what I know, the Remote model doesn't provide a way to communicate changes back to the server. Instead, you can listen for the table's "dataEdited" event. Just how you send the changes to the server of course depends on the type of backend you're using.

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