Hi,
I tried to use HTML-tag 'OBJECT' within qx.ui.embed.HtmlEmbed as follows:
var sHtml =
"<object><embed></embed></object>";
var oEmbed = new qx.ui.embed.HtmlEmbed(sHtml);
oEmbed.setHeight("100%");
oEmbed.setWidth("100%");
it's does not work in IE (in DOM Explorer oEmbed does not have any child)!
But if sHtml = "<object></object>" or sHtml =
"<embed></embed>" it works fine.
What's wrong?
Thanks for any help.
Michail.
--
View this message in context:
http://www.nabble.com/qx.ui.embed.HtmlEmbed-does-not-support-OBJECT-and-EMBED-HTML-tag-tf4026845.html#a11438471
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel