【发布时间】: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>
【问题讨论】:
标签: extjs sencha-touch sencha-touch-2