IlvURLPanel

IlvObject
  |
  +--IlvPanel
       |
       +--IlvURLPanel
Category:
Common component
JavaScript File:
IlvUtil.js
Description:
This class is a subclass of IlvPanel that can be updated with the setURL method.

Constructor Summary
IlvURLPanel(left, top, width, height)

Method Summary
dispose()
Disposes of all resources being used by the panel.
getContext()
Returns the context of the panel.
setURL(url)
Loads the content of the panel from the specified URL.

Constructor Detail

IlvURLPanel

IlvURLPanel(left, top, width, height)
Creates an instance of IlvURLPanel.

Method Detail

dispose

dispose()
Disposes of all resources being used by the panel. Make sure to call IlvObject.callDispose() function on the onunload event of the page:
  <body onunload="IlvObject.callDispose()">
 

getContext

getContext()
Returns the context of the panel. This context is the JavaScript object in which all the JavaScript variables from the loaded URL are defined.

setURL

setURL(url)
Loads the content of the panel from the specified URL. If the content is an HTML BODY that specifies an onload event handler.
Parameters:
url - The URL from which the panel content is loaded.

Inherited Methods from IlvPanel
dispose, getBounds, getClip, getCursor, getHeight, getLeft, getMouseEventSource, getScrollPosition, getTop, getWidth, getZIndex, isVisible, setBackgroundColor, setBackgroundImage, setBounds, setClip, setCursor, setLocation, setScrollPosition, setSize, setVisible, setZIndex, translate
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility