使用 Sencha Touch 2 FormPanel 定位容器
Posted
技术标签:
【中文标题】使用 Sencha Touch 2 FormPanel 定位容器【英文标题】:Target a Container with Sencha Touch 2 FormPanel 【发布时间】:2014-04-08 17:48:19 【问题描述】:如何告诉 touch 将表单放置在特定容器中?
当前:
<body>
<div>hey there</div>
<div id="formContainer"></div>
<div>the end</div>
**TOUCH ALWAYS APPENDS EXT-VIEWPORT TO THE END OF THE BODY**
</body>
期望:
<body>
<div>hey there</div>
<div id="formContainer">**APPEND HERE INSTEAD**</div>
<div>the end</div>
</body>
【问题讨论】:
【参考方案1】:因为视口将始终呈现到<body>
。
你需要一个Ext.Container
和renderTo: Ext.get('#formContainer')
。
【讨论】:
你能指出我可以看到这个的代码示例吗?我是煎茶n00b。 请先发布您目前拥有的内容。那我可以帮你。以上是关于使用 Sencha Touch 2 FormPanel 定位容器的主要内容,如果未能解决你的问题,请参考以下文章
Sencha Touch实战OA系统开发|Sencha Touch项目教程
无法使用 sencha cmd 3.1.2.342 从 Sencha touch 项目生成 android apk
将 Sencha Architect 项目从 Sencha Touch v2.0.x 更新到 Sencha Touch 2.1.x