内联可编辑字段在单击后消失

发布于 2024-11-01 21:12:29 字数 448 浏览 0 评论 0原文

当我加载页面时,会出现所有字段,但是当我单击它们时,单击的字段就会消失。但是,没有任何更改应用于数据库。

这是代码:

function page_users_listing($p){
            $g = $this->add('Grid');
            $g->addColumn('inline','first_name');
            $g->addColumn('inline','last_name');
            $g->addColumn('text','telephone');
            $g->addColumn('expander','comments');
            $g->setSource('client');
        }

我可能会错过什么?

When I just load the page there are all the fields, but when I click on them, then the clicked field just disappears. However, no changes are applied to DB.

This is the code:

function page_users_listing($p){
            $g = $this->add('Grid');
            $g->addColumn('inline','first_name');
            $g->addColumn('inline','last_name');
            $g->addColumn('text','telephone');
            $g->addColumn('expander','comments');
            $g->setSource('client');
        }

What could I missing?

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

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

发布评论

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

评论(1

何以畏孤独 2024-11-08 21:12:29

4.0.3 似乎工作得很好。

http://codepad.agiletoolkit.org/editablef

如果您使用的是 4.1 分支,则可能需要做一些事情随着“重新加载”机制的变化,这是一个错误。

It seems to work fine with 4.0.3.

http://codepad.agiletoolkit.org/editablef

If you are on 4.1 branch it might have something to do with changes to "reloading" mechanism and is a bug.

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