| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPanel
|
+--IlvURLPanel
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(left, top, width, height)
| Method Detail |
dispose()
IlvObject.callDispose() function on the onunload event
of the page:
<body onunload="IlvObject.callDispose()">
getContext()
setURL(url)
BODY that specifies an onload event
handler. url - The URL from which the panel content is loaded.| Inherited Methods from IlvPanel |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |