views:

65

answers:

3

hi all , i'm creating my personal extjs webdesktop , i have a tab panel with a tab where i wrote html code for iframe that load a aspx page.

When i resize window tabpanel iframe contents doesn't resize like a browser does and i see just scroll bars,is it possible autoresize iframe contents also? here there is my code:

 items: [{



                        title: 'Tab Text 1',

                        html : '<p><iframe src ="newadmin.aspx" width="100%" height="100%" frameborder=0></ iframe></p>'

                    }
A: 

Are all the elements dimensions inside newadmin.aspx defined as 'x%' ?

Ravindra Sane
@Ravindra When you need clarification, it's better to add a comment to the original question instead of posting your question as an answer.
William Brendel
ok.. new here.. will do that going forward
Ravindra Sane
A: 

Hi Ravindra, yes, all elements have "100%" size , can i modify something???

Thanks in advance :)

Marco

marco