Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Usage

 

A panel to show the pdf licence of the installed application.

These panels can prompt the user to acknowledge a license agreement. They block unless the user selects the 'agree' option. To specify the license agreement text you have to use the PdfLicencePanel.licence resource.

You can use multiple instances of HTMLLicencePanel this way:

Code Block
languagexml
<resources>
<res id="PDFLicencePanel.licence" src="iz/apache-license.pdf"/>
</resources>
<panels> 
<panel classname="PDFLicencePanel" id="licence" />
</panels>

 

Resources

ResourceDescription
PDFLicencePanel.licenceThe license agreement text to show on the panel.