public interface HtmlBrowser extends WrappedResource, Sizeable
| Modifier and Type | Method and Description |
|---|---|
character |
getContextPath()
Getter for the CONTEXT-PATH attribute.
|
character |
getResourceBase()
Getter for the RESOURCE-BASE attribute.
|
void |
openHTMLString(character html)
Assigns the supplied string as the html content in the widget.
|
void |
openHTMLString(longchar html)
Assigns the supplied string as the html content in the widget.
|
logical |
openWebPage(character url)
Open the specified web page.
|
logical |
openWebPage(character url,
BaseDataType unused,
character target)
Open the specified web page.
|
logical |
openWebPage(character url,
character target)
Open the specified web page.
|
void |
postMessage(character message)
Posts a message to the HTML loaded by the widget.
|
void |
postMessage(longchar message)
Posts a message to the HTML loaded by the widget.
|
void |
print()
Prints the currently opened web page.
|
void |
setContextPath(character value)
Setter for the CONTEXT-PATH attribute.
|
void |
setResourceBase(character value)
Setter for the RESOURCE-BASE attribute.
|
id, id, unknown, validgetHeight, getHeightChars, getHeightPixels, getWidth, getWidthChars, getWidthPixels, setHeight, setHeightChars, setHeightChars, setHeightPixels, setHeightPixels, setWidth, setWidthChars, setWidthChars, setWidthPixels, setWidthPixelscharacter getContextPath()
void setContextPath(character value)
value - the attribute valuecharacter getResourceBase()
void setResourceBase(character value)
value - the attribute valuelogical openWebPage(character url, character target)
url - The target URL.target - The page target - unused.true if opening the page was possible.logical openWebPage(character url, BaseDataType unused, character target)
url - The target URL.unused - The parameter is currently unused.target - The page target - unused.true if opening the page was possible.logical openWebPage(character url)
url - The target URL.true if opening the page was possible.void openHTMLString(longchar html)
html - The html string.void openHTMLString(character html)
html - The html string.void print()
void postMessage(character message)
message - The string representation of the message.void postMessage(longchar message)
message - The string representation of the message.