I need to implement a complex popup control on MVC which should be work on the internet. I have to use many windows. There are some options like following :
Open Popup on another popup as module popup with cascade windows position.
Return some information to mvc-view which has opened it already.
Most of pop up windows includes forms they should submit by post action and redirect to another view/form.
We have some redirection as I mentioned in 3 but some of redirection are redirect to full-page and some other redirect to popup view.
Pop up content loading should be on demand because of bandwidth on the internet.
I need something like task-bar I have seen it on the Facebook as popup chat you see it totally page-independent and we put or minimize them on task-bar on each tabs of browser we have the same task-bar they save their state on each browser tab. I think
it should be save on the session or something is common between different tabs.
I have worked around some open-source like : JQuery, Telerik MVC, Wijimo but I need some information to implement it with these options is it possible on web world or we can't implement this control in web world if we can design it how? Is there any source
code for each options ?
kamiar3001
0 Points
5 Posts
How to extend popup window with more complexity ?
Mar 23, 2012 07:51 PM|LINK
I need to implement a complex popup control on MVC which should be work on the internet. I have to use many windows. There are some options like following :
I have worked around some open-source like : JQuery, Telerik MVC, Wijimo but I need some information to implement it with these options is it possible on web world or we can't implement this control in web world if we can design it how? Is there any source code for each options ?