Hi,
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