[Laszlo-checkins] r10636 - openlaszlo/branches/pagan-deities/lps/components/extensions
max@openlaszlo.org
max at openlaszlo.org
Thu Aug 7 19:41:43 PDT 2008
Author: max
Date: 2008-08-07 19:41:42 -0700 (Thu, 07 Aug 2008)
New Revision: 10636
Modified:
openlaszlo/branches/pagan-deities/lps/components/extensions/html.lzx
Log:
+ Fix for LPP-6638 (already in trunk)
Modified: openlaszlo/branches/pagan-deities/lps/components/extensions/html.lzx
===================================================================
--- openlaszlo/branches/pagan-deities/lps/components/extensions/html.lzx 2008-08-08 02:37:03 UTC (rev 10635)
+++ openlaszlo/branches/pagan-deities/lps/components/extensions/html.lzx 2008-08-08 02:41:42 UTC (rev 10636)
@@ -20,13 +20,13 @@
}, canvas.id, name, appendto);
}
,setPosition: function(id, x, y, width, height, v) {
- LzBrowser.callJS('Lz.iframemanager.setPosition', false, id, x, y, width, height, v);
+ LzBrowser.callJS('Lz.iframemanager.setPosition', null, id, x, y, width, height, v);
}
,setSrc: function(id, src, history) {
LzBrowser.callJS('Lz.iframemanager.setSrc', null, id, src, history);
}
,setVisible: function(id, v) {
- LzBrowser.callJS('Lz.iframemanager.setVisible', false, id, v);
+ LzBrowser.callJS('Lz.iframemanager.setVisible', null, id, v);
}
,bringToFront: function(id) {
LzBrowser.callJS('Lz.iframemanager.bringToFront', null, id);
More information about the Laszlo-checkins
mailing list