Hi,
I'm new to JavaWin. Which is great.
I plan to use it to display dialog (with form elements). The only way I
found so far is copy the innerHTML of a form into the content of the window.
Like :
...
var addBlobWin = new Window( "editBlobDialog", {class...
addBlobWin.getContent().innerHTML= $('winAddBlodEntry').innerHTML;
addBlobWin.showCenter(true);
...
But this lead me to problems because my HTML document contain two elements
with same IDs or NAMEs ...
Did I miss something ?
Thanks and regard.
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com