Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为某些 Ext JS 对象会直接转换为非 div html 标签。<div>在调试模式下查看我的应用程序时,为什么所有内容都在元素视图中?我从来没有看到任何<button>,<img>或<a>任何其他常见的 html 标签。
<div>
<button>
<img>
<a>
为了澄清:
例如,这是文本字段的外观。在所有 div、表格等内部都有输入组件。使用“放大镜”工具对您感兴趣的组件进行微调。实际的问题或问题是什么?
实际上,所有这些 div 都是定位和样式的包装器。要查看初始组件,请深入了解 div。实际上它与chrome无关。此外,控制台中存在一些错误,这也可能是组件未完全渲染的原因。