如何获取用于容器的 ExtJS 布局
有没有办法找出容器使用的布局类型。
例如。当我使用以下代码获取容器时,如何确定布局类型。
comp = Ext.getCmp('<name>');
comp.getLayout();
我只得到一个布局对象,但该对象中没有字段可以告诉我布局类型
is there a way to find out which layout type is used for a container.
For instance. When I use the following code to get a container how can I determine the layout type.
comp = Ext.getCmp('<name>');
comp.getLayout();
I only get a layout object but there is no field from the object which tells me the layout type
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信你应该能够使用“类型”,试试这个:
You should be able to use "type" I beleive, try this: