Sencha Touch Ext.List 消失在包装工具栏后面

发布于 2024-11-06 21:54:05 字数 422 浏览 0 评论 0原文

我编写了一个 MVC Sencha Touch 应用程序来通过 JSON 查询数据库,然后在 Ext.List 中返回列表。

这里的想法是拥有一个 iPhone 风格的 UINavigationController 效果,可以滑入结果列表。

为了实现这一点,我使用加载 2 张卡片的 Ext.Panel,一张是我的查询 (Ext.Form),另一个是结果包装器 Ext.Panel(我使用包装器在顶部显示工具栏,因为 Ext.List 不是能够做到这一点)

我使用表单过滤器来触发包装器中的“搜索”方法,然后加载我的 Ext.List 的实例。

这一切都工作得很好,除了结果列表填满整个屏幕,因此位于“后面” " 包装器工具栏而不是其下方。 除非 Ext.List 设置为 fullscreen:true,否则结果根本不会显示。

任何建议都非常欢迎。

I have written an MVC Sencha Touch app to query a database via JSON and then return the list in an Ext.List

The idea here is to have an iPhone-style UINavigationController effect that slides in for the results list.

To achieve this I use an Ext.Panel that loads 2 cards, one is my query (Ext.Form) the other is the results wrapper Ext.Panel (I use the wrapper to display a toolbar at the top since Ext.List is not capable of this)

I use the forms filter to trigger a 'search" method in the wrapper that then loads an instance of my Ext.List.

This all works quite well, except the results list fills the whole screen, and therefore sits "behind" the wrappers toolbar instead of below it.
The results don't even display at all unless the Ext.List has fullscreen:true.

Any suggestions most welcome.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文