Conduit API
Case Study

HTML Apps -> OpenFloatingWindow
 
This function opens a new gadget window from within an HTML component.
Notice: This function is obsolete. You can use OpenGadget to get the same result.
 
OpenFloatingWindow(url, newWidth, newHeight)
 
Parameter Description Range Type
url The URL displayed in the new gadget window not null or empty string
newWidth The width (in pixels) of the new gadget window >0 int
newHeight The height (in pixels) of the new gadget window >0 int
 
None.
 
This function can be used both with the HTML component and with the gadget window.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains an icon  OpenFloatingWindow  that when clicked, will cause a new gadget window to open and will navigate you to Conduit's web page.