mital / mcrux

Automatically exported from code.google.com/p/mcrux
0 stars 0 forks source link

Opening Multiple windows from within JavaScript #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to have the following functionality in MCrux.

Opening Multiple windows from within JavaScript.
figure out how the window.open() window.close() etc works.

Original issue reported on code.google.com by mital.d....@gmail.com on 13 Mar 2009 at 4:55

GoogleCodeExporter commented 9 years ago
done check in of initial set of changes to open a new window.
TODO: the navigateToURL is not working. needs a fix.

Original comment by mital.d....@gmail.com on 14 Jun 2009 at 12:49

GoogleCodeExporter commented 9 years ago
Fixed the URL navigation problem. 
now the new window created by window.open("http://www.example.com/");
works fine.
Next set of tasks:
Resize window,
set various other parameters from window.open();
Minimizable,
Maximizable,

Original comment by mital.d....@gmail.com on 28 Jun 2009 at 3:51