IlvHTMLPanel
IlvObject
|
+--IlvPanel
|
+--IlvHTMLPanel
- Category:
-
Common component
- JavaScript File:
-
IlvUtil.js
- Description:
-
IlvHTMLPanel is a panel designed to be updated
with the setContent method. It is a subclass of
IlvPanel.
|
Method Summary |
getDocument()
Retrieves the document managed by the panel. |
setContent(content, onContentSet)
Sets the content of this panel. |
IlvHTMLPanel
IlvHTMLPanel(HTMLContent)
- Creates an instance of IlvHTMLPanel.
getDocument
getDocument()
-
Retrieves the document managed by the panel.
setContent
setContent(content, onContentSet)
-
Sets the content of this panel.
Note: In Netscape this method cannot be called within the BODY tag.
If you need to dynamically change the content of an HTML panel,
you must wait until the BODY of the main document has been completely
parsed.
- Parameters:
-
content - A string representing the HTML content of the panel.
-
onContentSet - An optional JavaScript fragment or a function with
one parameter (this panel) that will be evaluated, after the browser's
DOM has stabilized from the changes made by this method.
| 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