I have a web control having a 1

ext:window

and which can be displayed as a popup window.

Im required to display this web control as a popup in some scenarios and as a content of a page in other scenarios

my issue is how to display this web control content within a page without popup approach. (as just a page with ext controls) ?

What is the best approach for this using ext if ext:window is not stable ?

link|improve this question

You have some ASP.NET page without Ext.NET controls and on some user action you want to show ext:Window with some Ext.NET controls? – Daulet Urazalinov Jan 16 at 19:29
yes that what i required – Sudantha Jan 17 at 4:32
How have you solved your problem? – Daulet Urazalinov Jan 22 at 7:59
Yes i was able to create a window in a client page and put the webcontrol inside that window (Web control has no window contains items in a pannel) – Sudantha Jan 23 at 5:02
feedback

1 Answer

up vote 2 down vote accepted

Try iframe which created by some jQuery plugin or you can use clear ExtJS and import minimum package for ExtJS Window class using scripts Dynamic Load. Some start information you can read here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.