Usage
A panel for showing HTML-formatted content.
This can be used for instance to show a 'README' content. It presents text of any length. The text is specified by the HTMLInfoPanel.info resource.
To add an image to the HTMLInfoPanel you simply need to add a ressource to your install.xml with an ID decided by you, then you can call this image by refering it by this same ID.
In install.xml:
and in file.html:
Note that variables are being substituted in HtmlInfoPanel (e.g., $INSTALL_PATH will be replaced with the installation path).
You can define multiple HTMLInfoPanel with individual HTML texts by giving them a specific id. The resources must be named HTMLInfoPanel.<panelid> :
Resources
| Resource | Description |
|---|---|
| InfoPanel.info | The label to show on the panel above the contents |
| HtmlInfoPanel.info | The HTML-formatted contents to be shown on the panel, unless a file resource is used (see above). |