Royan
28 Nov 2007, 4:04 AM
I know it's something weird, but I really need this. Assume I've got something like this:
{
layout: 'fit',
items: [{
layout:'column',
items:[{
columnWidth:.5,
layout:'form',
items: [{
// items
}]
}, {
columnWidth:.5,
layout:'form',
items: [{
// items
}]
}]
}
}
Notice I have column layout within fit layout. Also notice that I have just two columns. Now I want 3d component to make use of "Fit" layout as well. Please see attached picture, so that you had a better idea of what I'm asking about. I also attach the file with my test code, extract it into examples/window folder which is in the root of Ext lib distrib
This seems to be it, hope someone can help...
{
layout: 'fit',
items: [{
layout:'column',
items:[{
columnWidth:.5,
layout:'form',
items: [{
// items
}]
}, {
columnWidth:.5,
layout:'form',
items: [{
// items
}]
}]
}
}
Notice I have column layout within fit layout. Also notice that I have just two columns. Now I want 3d component to make use of "Fit" layout as well. Please see attached picture, so that you had a better idea of what I'm asking about. I also attach the file with my test code, extract it into examples/window folder which is in the root of Ext lib distrib
This seems to be it, hope someone can help...