Hi,
did not find an other way to contribute...
So I think, this is the right way!
I have made some additions base on version 0.99 for the window class:
(maybe one should check, if the content is shown based on an IFRAME)
setURL: function(url) {
this.options.url = url;
$(this.element.getAttribute('id') + '_content').src = url;
},
getURL: function() {
return $(this.element.getAttribute('id') + '_content').src;
},
refresh: function() {
$(this.element.getAttribute('id') + '_content').src = this.options.url;
},
best regards
Hinnack
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com