Sencha Touch Ext.List 消失在包装工具栏后面
我编写了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论